Blender Git Loki
Git Commits -> Revision a1abdf1
Revision a1abdf1 by Campbell Barton (master) June 27, 2011, 07:51 (GMT) |
fix [#27778] Set Bone Flags - No Scale - Toggle seems not to work. Toggling options on the selection is better done as a generic operator. Replace ARMATURE_OT_flags_set and POSE_OT_flags_set with WM_OT_context_collection_boolean_set and use menus to access it with specific settings. This way its easy make a key shortcut which toggles any boolean on any collection - sequences, metaballs, objects, bones etc. |
Commit Details:
Full Hash: a1abdf1c1c59f908684001d1d9b0b4bbc392cca7
SVN Revision: 37850
Parent Commit: 93bb623
Lines Changed: +119, -149
5 Modified Paths:
/release/scripts/startup/bl_operators/wm.py (+66, -3) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+46, -2) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -4) (Diff)
/source/blender/editors/armature/armature_ops.c (+7, -17) (Diff)
/source/blender/editors/armature/editarmature.c (+0, -123) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+46, -2) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -4) (Diff)
/source/blender/editors/armature/armature_ops.c (+7, -17) (Diff)
/source/blender/editors/armature/editarmature.c (+0, -123) (Diff)