Blender Git Commit Log
Git Commits -> Revision 6d07452
Revision 6d07452 by Joshua Leung (master) July 21, 2009, 10:18 (GMT) |
2.5 - Restoring Bone Groups * Added Bone Groups UI to 'Armature' context buttons for now. Later, it may be more convenient to have these with bones instead? * Added operators for the operations that can be performed on these groups. Moved the core adding/removing functions to blenkernel so that they can be used elsewhere in future if need be. * Properly wrapped bone groups in RNA. Copied the way that Vertex Groups are wrapped, since they share some similarities. Setting colours for bone groups still needs more work though. |
Commit Details:
Full Hash: 6d074526f24320eb23be6ad14fd372a2f9c70b89
SVN Revision: 21755
Parent Commit: 8c9ade8
Lines Changed: +529, -188
10 Modified Paths:
/release/ui/buttons_data_armature.py (+33, -0) (Diff)
/source/blender/blenkernel/BKE_action.h (+24, -13) (Diff)
/source/blender/blenkernel/intern/action.c (+54, -4) (Diff)
/source/blender/editors/armature/armature_intern.h (+21, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+8, -0) (Diff)
/source/blender/editors/armature/editarmature.c (+2, -4) (Diff)
/source/blender/editors/armature/poseobject.c (+252, -119) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+8, -37) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+126, -11) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_action.h (+24, -13) (Diff)
/source/blender/blenkernel/intern/action.c (+54, -4) (Diff)
/source/blender/editors/armature/armature_intern.h (+21, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+8, -0) (Diff)
/source/blender/editors/armature/editarmature.c (+2, -4) (Diff)
/source/blender/editors/armature/poseobject.c (+252, -119) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+8, -37) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+126, -11) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)