Blender Git Loki
Git Commits -> Revision 5967214
Revision 5967214 by Ton Roosendaal (master) July 27, 2005, 10:37 (GMT) |
Cleanup & goodies for rigging geeks! :) - PoseMode: Wkey menu, "Flip Left/Right Names". On selected bones, it flips the L/R tags in names, and calls the proper code to rename everything that's related (constraint targets, bone-childs, etc). - PoseMode: Shift+S snapmenu: snap cursor to selected now works - Outliner: select bones now correctly sets 'active' flag for bones, updating the UI as well. Also made sure you cannot select hidden bones in outliner. - 3DWindow: in PoseMode/EditMode draws name of active Bone too (with user option "Draw active object name" set. - Added the new Armature/PoseMode options in View3D pulldowns. Cleanup: - moved Pose code from editaction.c to poseobject.c - removed BSE_editaction.h and BSE_editaction_types.h, moved contents of it to BIF_editaction.h. One include per C file should be fine. :) I know the src/ structure would require more elaborated includes, but we don't have that now... |
Commit Details:
Full Hash: 59672145a98f144a0d2eab059937d6d9bf3194ca
SVN Revision: 4945
Parent Commit: 8f15f98
Lines Changed: +581, -485
2 Deleted Paths:
/source/blender/include/BSE_editaction.h (+0, -62)
/source/blender/include/BSE_editaction_types.h (+0, -52)
/source/blender/include/BSE_editaction_types.h (+0, -52)
21 Modified Paths:
/source/blender/include/BIF_editaction.h (+41, -4) (Diff)
/source/blender/include/BIF_poseobject.h (+12, -11) (Diff)
/source/blender/python/api2_2x/Bone.c (+15, -9) (Diff)
/source/blender/src/drawaction.c (+5, -5) (Diff)
/source/blender/src/drawarmature.c (+6, -3) (Diff)
/source/blender/src/drawipo.c (+0, -1) (Diff)
/source/blender/src/drawview.c (+30, -3) (Diff)
/source/blender/src/edit.c (+22, -8) (Diff)
/source/blender/src/editaction.c (+7, -239) (Diff)
/source/blender/src/editarmature.c (+34, -14) (Diff)
/source/blender/src/editconstraint.c (+1, -2) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/editobject.c (+6, -2) (Diff)
/source/blender/src/editview.c (+1, -1) (Diff)
/source/blender/src/headerbuttons.c (+1, -2) (Diff)
/source/blender/src/header_action.c (+2, -2) (Diff)
/source/blender/src/header_view3d.c (+40, -6) (Diff)
/source/blender/src/outliner.c (+23, -20) (Diff)
/source/blender/src/poseobject.c (+318, -22) (Diff)
/source/blender/src/transform_conversions.c (+15, -15) (Diff)
/source/blender/src/usiblender.c (+1, -1) (Diff)
/source/blender/include/BIF_poseobject.h (+12, -11) (Diff)
/source/blender/python/api2_2x/Bone.c (+15, -9) (Diff)
/source/blender/src/drawaction.c (+5, -5) (Diff)
/source/blender/src/drawarmature.c (+6, -3) (Diff)
/source/blender/src/drawipo.c (+0, -1) (Diff)
/source/blender/src/drawview.c (+30, -3) (Diff)
/source/blender/src/edit.c (+22, -8) (Diff)
/source/blender/src/editaction.c (+7, -239) (Diff)
/source/blender/src/editarmature.c (+34, -14) (Diff)
/source/blender/src/editconstraint.c (+1, -2) (Diff)
/source/blender/src/editipo.c (+1, -1) (Diff)
/source/blender/src/editobject.c (+6, -2) (Diff)
/source/blender/src/editview.c (+1, -1) (Diff)
/source/blender/src/headerbuttons.c (+1, -2) (Diff)
/source/blender/src/header_action.c (+2, -2) (Diff)
/source/blender/src/header_view3d.c (+40, -6) (Diff)
/source/blender/src/outliner.c (+23, -20) (Diff)
/source/blender/src/poseobject.c (+318, -22) (Diff)
/source/blender/src/transform_conversions.c (+15, -15) (Diff)
/source/blender/src/usiblender.c (+1, -1) (Diff)