Blender Git Commits

Blender Git "master" branch commits.

Page: 3643 / 5574

April 29, 2012, 17:02 (GMT)
Silence warning during DualCon compile: "Node *pointer[0];" gets MSVC compiler all exited and stuff.
April 29, 2012, 16:56 (GMT)
Tomato: fixed opengl issue with intel cards

Issue was caused by some mixes of glRect called to draw zero-width rectangles
and glCalllist.

Resolved by not using glRect if rectangle is "degenerated".
April 29, 2012, 16:09 (GMT)
Add convex hull operator (bmesh operator and wm operator.)

Image-heavy user documentation:
http://wiki.blender.org/index.php/User:Nicholasbishop/Convex_Hull

Thanks to Campbell for providing code review:
http://codereview.appspot.com/6114060
April 29, 2012, 16:09 (GMT)
Add GHASH_ITER macro
April 29, 2012, 15:47 (GMT)
style cleanup: whitespace / commas
April 29, 2012, 15:30 (GMT)
Tomato branch: correction to dopesheet background color versioning check
Revision 038c128 by Joshua Leung
April 29, 2012, 15:05 (GMT)
Bugfix [#28826] Show Hidden button in Dopesheet and Graph Editor doesn't quite
work

Show Hidden was handled by the same filtering function as Only Selected, but the
filters were being tested incorrectly (or to be precise, only Only Selected was
being considered).

This meant that it was only possible to show F-Curves belonging to hidden data
if that data happened to be selected first.
April 29, 2012, 14:23 (GMT)
Cycles: missed merging this file from tomato branch, for normal output in node.

April 29, 2012, 14:10 (GMT)
Merging r46062 through r46073 from trunk into soc-2011-tomato

Revision bdd014b by Joshua Leung
April 29, 2012, 13:58 (GMT)
Bugfix [#31128] Vertex Slide can't be aborted with ESC key
April 29, 2012, 13:45 (GMT)
Remove variables tagged as unused. Easier to synchronize with current patches and makes
patches easier to read when variables are creating or e-using, but not un-commenting.
Revision 38c2d34 by Joshua Leung
April 29, 2012, 13:24 (GMT)
Bugfix [#31029] Select all in view3D don't update the graph editor immediately

One-liner fix. The code was assuming that editor.refresh() would do a
editor.redraw() too (like for Dopesheet), but that wasn't the case.

Revision d3d93ee by Joshua Leung
April 29, 2012, 13:20 (GMT)
Code cleanups - whitespace
April 29, 2012, 13:19 (GMT)
quiet unused warnings
April 29, 2012, 13:18 (GMT)
Pose armature cleanup: remove old commented code replaced by use of new generic pchan_to_pose_mat().

After two months, think we can get rid of it, it�??s in svn anyway if we ever need it!
Revision b7a59f5 by Joshua Leung
April 29, 2012, 13:00 (GMT)
mingw32 compiles again

"__force_inline" keyword used in Cycles header is not defined
April 29, 2012, 12:33 (GMT)
wireframe option to crase edges at the hub, much nicer subsurf
April 29, 2012, 12:32 (GMT)
Camera tracking: backport refactoring made in local branches with masking and dopesheet view into trunk

Mostly related on changes in poll functions for tracking operators and some changes
to how interface is initializing for different view types.
April 29, 2012, 12:20 (GMT)
Fix Cycles to compile again on AMD OpenCL devices.
April 29, 2012, 11:16 (GMT)
- Synchronize with changes in trunk
- Reverted parts of recent trunk merge related on changes for preview
image save skip needed for startup.blend generation

By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021