Revision d24a27c by Nicholas Bishop June 4, 2012, 23:53 (GMT) |
Fix remesh output changing when input is moved relative to origin. Fixes bug [#31626] Remesh modifier generates different results depending on object origin position Was incorrectly initializing bounding box min/max to zero, now uses INIT_MINMAX. |
Revision 4260804 by Nicholas Bishop June 4, 2012, 23:14 (GMT) |
Fix NULL free warning in multires. |
Revision 2d29004 by Campbell Barton June 4, 2012, 22:44 (GMT) |
style cleanup |
Revision f94123a by Campbell Barton June 4, 2012, 22:34 (GMT) |
only use tiff/exr when enabled. |
Revision 8db6e68 by Benoit Bolsee June 4, 2012, 22:29 (GMT) |
Fix [#31544]: iTaSC assertion when creating armature with no joint. This degenerated case can be obtained by having a single bone in the IK chain and locking all 3 axis. This case was causing an assert in the KDL library. The bug is fixed by simply not creating the IK scene in this case. |
Revision 51cbfba by Ove Murberg Henriksen June 4, 2012, 22:17 (GMT) |
Now the feature is more intuitive. copying from selected to active. |
Revision 0d3b19e by Thomas Dinges June 4, 2012, 20:50 (GMT) |
Cycles / OSL: * Fixes for changes in the OSL register_closure() API. |
Revision 5189356 by Campbell Barton June 4, 2012, 20:11 (GMT) |
style cleanup |
Revision 510f985 by Thomas Dinges June 4, 2012, 19:53 (GMT) |
Revision 6f0ad4f by Bastien Montagne June 4, 2012, 19:43 (GMT) |
A few UI messages fixes. |
Revision 4e338e8 by Brecht Van Lommel June 4, 2012, 19:38 (GMT) |
Cycles: support for image sequences in image/environment texture node. |
Revision d9589bf by Brecht Van Lommel June 4, 2012, 19:38 (GMT) |
Cycles: fix spot lamp emitting light in two directions. |
Revision ca7197b by Thomas Dinges June 4, 2012, 19:00 (GMT) |
Cycles / OSL: * __OSL__ is now defined for CPU when building with OSL. * First batch of compile fixes, remove some unneeded std namespace declarations and added missing includes. |
Revision 5024996 by Jeroen Bakker June 4, 2012, 18:07 (GMT) |
* modified vieweroperation to not calculate based on the DO_NODE_OUTPUT flag of the editorbNode. |
Revision d46a6dc by Campbell Barton June 4, 2012, 17:30 (GMT) |
abbreviate mask-editing to mask-edit |
Revision c517247 by Campbell Barton June 4, 2012, 17:27 (GMT) |
include cleanup, also raskter wasn't building on osx |
Revision 6548f7e by Brecht Van Lommel June 4, 2012, 17:17 (GMT) |
Cycles: spot lamp support. |
Revision 0f1fd51 by Campbell Barton June 4, 2012, 17:13 (GMT) |
picky change - rename keymap since there is no 'mask editor' |
Revision 2202aaa by Campbell Barton June 4, 2012, 16:56 (GMT) |
svn merge ^/trunk/blender -r47413:47423 |
Revision 68a9dd5 by Campbell Barton June 4, 2012, 16:42 (GMT) |
mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and myself. see: http://wiki.blender.org/index.php/User:Nazg-gul/MaskEditor note - mask editing tools need continued development, feather option is not working 100% |
|