Revision 6bfb3cf by Benoit Bolsee December 4, 2009, 10:37 (GMT) |
Update MSVC9 project files |
Revision d156360 by Joshua Leung December 4, 2009, 09:58 (GMT) |
This commit deletes temporary "temp" screen layouts when the windows using them get closed. |
December 4, 2009, 06:33 (GMT) |
Fix for [#20203] Linked objects - A few bugs Did a lot of cleaning Object operator poll functions to check if the object's linked or not. For this, added the function ED_operator_object_active_editable() as opposed to ED_operator_object_active() |
December 4, 2009, 05:05 (GMT) |
Fix for [#20157] 2.5 Can`t remove a linked objects from the 3D view by pressing X |
December 4, 2009, 04:56 (GMT) |
Fix for [#19958] Changes in UV/Image editor doesn't refresh mapping on mesh in 3dview immediately Enabled 'update automatically' (lock) in image editors by default Also enabled transform manipulators by default, unfortunately missed for alpha 0 release. |
December 4, 2009, 04:41 (GMT) |
Fix for [#19921] pressing NumpadDot on isolated mode centers the 3D cursor |
December 4, 2009, 04:28 (GMT) |
* Fix for incorrect disabling after baking cloth sim * Fix for time cursor getting 'stuck' after baking point caches |
Revision 45955fe by Joshua Leung December 4, 2009, 03:51 (GMT) |
Bugfixes: Deleting Keyframes + F-Curves This commit fixes #19908 and #20239. Deleting keyframes will now delete the F-Curves they came from too, if the F-Curves don't have any more keyframes and/or F-Modifiers providing any further motion info. |
Revision a9b9993 by Campbell Barton December 4, 2009, 02:32 (GMT) |
rna function editbone.align(vector), to align the bones z axis to a localspace direction. finished leg rig pose mode data |
December 4, 2009, 01:38 (GMT) |
Fix for [#19884] Curve resolution slider not affecting anything |
Revision d3d11ed by Martin Poirier December 4, 2009, 01:28 (GMT) |
Fix for cache path. Operator for background baking (no support in netrender itself yet). |
Revision 77aacc6 by Martin Poirier December 4, 2009, 01:26 (GMT) |
Print baking progress to console when window is not available. |
Revision b1a1a0f by Martin Poirier December 4, 2009, 01:25 (GMT) |
Cleaning: update a couple of functions to use scene from context instead of from screen. |
December 4, 2009, 01:21 (GMT) |
Partial fix for [#19874] can use RMB to cancel joining areas, same as splitting |
December 4, 2009, 00:54 (GMT) |
Fix for [#20229] Booleans crash on edge case. |
December 4, 2009, 00:49 (GMT) |
Fix for [#19478] Shortkeys for switch to Quad view mode is not working changed default quad view shortcut to Ctrl Alt Q |
Revision 1757b06 by Martin Poirier December 3, 2009, 22:48 (GMT) |
Only set baking progress function to cursor when a window is present. This enables baking in background mode (instead of just crashing). |
Revision ab1290d by Campbell Barton December 3, 2009, 22:44 (GMT) |
leg rig type & metarig example, still need to add IK's fixed some small bugs too. |
Revision 18b465b by Martin Poirier December 3, 2009, 21:56 (GMT) |
Finish renaming job in Set Center operator to use Origin instead of Center. Also replace ObData by Geometry and Object Geometry after talk with Matt. |
Revision 3b0e182 by Campbell Barton December 3, 2009, 21:53 (GMT) |
- property decorators for setting attributes didnt work, hack to prevent every instance of an BPyStructRNA to have its own dictionary, set the tp_dictoffset to 0. attempted to use __slots__ but this doesnt work for some reason. - made bone.length writable |
|