Blender Git Loki
Git Commits -> Revision 6808e15
Revision 6808e15 by Joshua Leung (master) September 8, 2009, 02:09 (GMT) |
2.5 - Mode Switching Bugfixes This commit some of the many bugs here (it's still not perfect now, but much better than it was): * Moving in/out of Object, Edit, and Pose Modes for Armatures should now work smoothly. Operators should work nicely in the appropriate modes now (select linked might be a bit tempermental still, since it uses mouse-position). * Fixed the 'mysterious' memory leaks when changing modes. These were only caused when using the mode switching menu in the 3D-View. * Went through bullet-proofing some of the operator calling functions against NULL operator id-name strings. |
Commit Details:
Full Hash: 6808e15c8d20819deddd6b175668d11a6c6f454d
SVN Revision: 23055
Parent Commit: 00838f0
Lines Changed: +43, -26
5 Modified Paths:
/release/ui/space_view3d.py (+1, -0) (Diff)
/source/blender/editors/armature/poseobject.c (+3, -4) (Diff)
/source/blender/editors/object/object_edit.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+9, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+27, -19) (Diff)
/source/blender/editors/armature/poseobject.c (+3, -4) (Diff)
/source/blender/editors/object/object_edit.c (+3, -1) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+9, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+27, -19) (Diff)