Blender Git Loki
Git Commits -> Revision f1a745c
Revision f1a745c by Brecht Van Lommel (master) July 14, 2009, 17:59 (GMT) |
2.5: Armature * Bone Transform panel now works, using appropriate EditBone or PoseChannel properties. * Bone name and parent are now editable. * Some other tweaks to the UI layouts for Armature and Bone. * Notifiers for armature/editbone properties. |
Commit Details:
Full Hash: f1a745c436887d14c8dbe1029154c13dda127ecd
SVN Revision: 21583
Parent Commit: 4b3dafc
Lines Changed: +420, -133
10 Modified Paths:
/release/ui/buttons_data_armature.py (+20, -19) (Diff)
/release/ui/buttons_data_bone.py (+62, -20) (Diff)
/source/blender/editors/armature/editarmature.c (+4, -4) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -2) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+283, -81) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+41, -1) (Diff)
/release/ui/buttons_data_bone.py (+62, -20) (Diff)
/source/blender/editors/armature/editarmature.c (+4, -4) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -2) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+283, -81) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+41, -1) (Diff)