Blender Git Commit Log
Git Commits -> Revision b40307d
Revision b40307d by Campbell Barton (master) November 25, 2009, 11:05 (GMT) |
add access to bone add/remove from rna. eg. bone = arm.edit_bones.new("SomeBone") arm.edit_bones.remove(bone) regify (WIP) |
Commit Details:
Full Hash: b40307df1630e7bd51a181878bd61693b32dd817
SVN Revision: 24877
Parent Commit: 50e3bb7
Lines Changed: +213, -53
12 Modified Paths:
/release/scripts/modules/rigify.py (+158, -12) (Diff)
/source/blender/collada/DocumentImporter.cpp (+1, -4) (Diff)
/source/blender/editors/animation/keyframing.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -1) (Diff)
/source/blender/editors/armature/editarmature.c (+13, -21) (Diff)
/source/blender/editors/armature/editarmature_generate.c (+2, -2) (Diff)
/source/blender/editors/armature/editarmature_sketch.c (+1, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+27, -2) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+1, -1) (Diff)
/source/blender/collada/DocumentImporter.cpp (+1, -4) (Diff)
/source/blender/editors/animation/keyframing.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_intern.h (+0, -1) (Diff)
/source/blender/editors/armature/editarmature.c (+13, -21) (Diff)
/source/blender/editors/armature/editarmature_generate.c (+2, -2) (Diff)
/source/blender/editors/armature/editarmature_sketch.c (+1, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/include/ED_armature.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+27, -2) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+1, -1) (Diff)