Revision b6c1850 by Daniel Genrich April 29, 2012, 17:02 (GMT) |
Silence warning during DualCon compile: "Node *pointer[0];" gets MSVC compiler all exited and stuff. |
Revision ebbc038 by Sergey Sharybin 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". |
Revision 70f1279 by Nicholas Bishop 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 |
Revision 650edc9 by Nicholas Bishop April 29, 2012, 16:09 (GMT) |
Add GHASH_ITER macro |
Revision e701f9b by Campbell Barton April 29, 2012, 15:47 (GMT) |
style cleanup: whitespace / commas |
Revision f8e134d by Sergey Sharybin 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. |
Revision 22de538 by Brecht Van Lommel April 29, 2012, 14:23 (GMT) |
Cycles: missed merging this file from tomato branch, for normal output in node. |
Revision a18e182 by Sergey Sharybin April 29, 2012, 14:10 (GMT) |
Revision bdd014b by Joshua Leung April 29, 2012, 13:58 (GMT) |
Bugfix [#31128] Vertex Slide can't be aborted with ESC key |
Revision d30ee95 by Sergey Sharybin 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 |
Revision 40489e3 by Campbell Barton April 29, 2012, 13:19 (GMT) |
quiet unused warnings |
Revision d47528b by Bastien Montagne 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 |
Revision 04d8ef3 by Campbell Barton April 29, 2012, 12:33 (GMT) |
wireframe option to crase edges at the hub, much nicer subsurf |
Revision c27c87d by Sergey Sharybin 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. |
Revision 16d4c49 by Daniel Genrich April 29, 2012, 12:20 (GMT) |
Fix Cycles to compile again on AMD OpenCL devices. |
Revision 1e73bf6 by Sergey Sharybin 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 |
|