Blender Git Commit Log
Git Commits -> Revision a6a32cf
Revision a6a32cf by Joseph Gilbert (master) April 19, 2004, 06:57 (GMT) |
-NLA module added -ability to set poses for the armatures - allows for keyframing armatures -adds support for actions/actionchannels -additional checking for addBone and clear parenting -moved getActionIpos from object module to NLA module |
Commit Details:
Full Hash: a6a32cf50414b5660c802dcd9067d422aaf5537f
SVN Revision: 2343
Parent Commit: 713a0ce
Lines Changed: +755, -101
2 Added Paths:
/source/blender/python/api2_2x/NLA.c (+468, -0) (View)
/source/blender/python/api2_2x/NLA.h (+53, -0) (View)
/source/blender/python/api2_2x/NLA.h (+53, -0) (View)
7 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+33, -6) (Diff)
/source/blender/python/api2_2x/Bone.c (+176, -30) (Diff)
/source/blender/python/api2_2x/Bone.h (+4, -8) (Diff)
/source/blender/python/api2_2x/modules.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+16, -56) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -0) (Diff)
/source/blender/python/api2_2x/Bone.c (+176, -30) (Diff)
/source/blender/python/api2_2x/Bone.h (+4, -8) (Diff)
/source/blender/python/api2_2x/modules.h (+2, -1) (Diff)
/source/blender/python/api2_2x/Object.c (+16, -56) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -0) (Diff)