Blender Git Loki
Git Commits -> Revision 5f0232f
Revision 5f0232f by Joseph Gilbert (master) January 11, 2006, 19:40 (GMT) |
*pose code for python - adds object.getPose - ability to manipulate poses /posebones - fixes a overflow bug in matrix sequence accessor - adds code to get vec/roll from mat3 - few internal fixes to NLA - ability to set bone matrices |
Commit Details:
Full Hash: 5f0232f68f1a3216b74e82a26a9c7952c55d1458
SVN Revision: 6398
Parent Commit: f4de95a
Lines Changed: +92, -12
6 Modified Paths:
/source/blender/blenkernel/intern/armature.c (+15, -0) (Diff)
/source/blender/python/api2_2x/Bone.c (+52, -7) (Diff)
/source/blender/python/api2_2x/matrix.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+6, -2) (Diff)
/source/blender/python/api2_2x/NLA.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+16, -2) (Diff)
/source/blender/python/api2_2x/Bone.c (+52, -7) (Diff)
/source/blender/python/api2_2x/matrix.c (+1, -1) (Diff)
/source/blender/python/api2_2x/NLA.c (+6, -2) (Diff)
/source/blender/python/api2_2x/NLA.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+16, -2) (Diff)