Blender Git Loki
Git Commits -> Revision 90957ed
Revision 90957ed by Joshua Leung (master) October 27, 2009, 11:10 (GMT) |
A bunch of fixes for macro-type operators - Armatures + Objects * Extrude and Duplicate for Armatures now use proper macros instead of manually calling transform themselves. This means that repeating these operators now works properly. ** NOTE: there's a bug with macros now which prevents the 'forked' extrude operator working correctly. Bug report filed for this. * Included the proper operators for extrude and duplicate in the toolbar + menus. The operators used there did not activate transform, which meant that users often could not tell that the operation had occurred at all. |
Commit Details:
Full Hash: 90957ed0dddbfbfa1eb09cc55fbc1b6df4f394c3
SVN Revision: 24107
Parent Commit: 81c17a9
Lines Changed: +30, -89
6 Modified Paths:
/release/scripts/ui/space_view3d.py (+5, -5) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+4, -4) (Diff)
/source/blender/editors/armature/armature_ops.c (+19, -51) (Diff)
/source/blender/editors/armature/editarmature.c (+0, -29) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/release/scripts/ui/space_view3d_toolbar.py (+4, -4) (Diff)
/source/blender/editors/armature/armature_ops.c (+19, -51) (Diff)
/source/blender/editors/armature/editarmature.c (+0, -29) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)