Blender Git Loki
Git Commits -> Revision f141aed
Revision f141aed by Joseph Gilbert (master) May 11, 2004, 08:26 (GMT) |
- bugfix #1197 (New Bone.parent/child Access Destructive) - a major redo of the Bone module - BPy_Bone structs are separated into Bone data and python vars. This is necessary for the correct memory allocation of bone data between python and the global armature list. |
Commit Details:
Full Hash: f141aed9dc578aa12a04413b2def2cc1ab95ccb8
SVN Revision: 2503
Parent Commit: 404d9ab
Lines Changed: +1232, -1114
6 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+324, -373) (Diff)
/source/blender/python/api2_2x/Armature.h (+5, -5) (Diff)
/source/blender/python/api2_2x/Bone.c (+869, -727) (Diff)
/source/blender/python/api2_2x/Bone.h (+32, -7) (Diff)
/source/blender/python/api2_2x/quat.c (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Armature.h (+5, -5) (Diff)
/source/blender/python/api2_2x/Bone.c (+869, -727) (Diff)
/source/blender/python/api2_2x/Bone.h (+32, -7) (Diff)
/source/blender/python/api2_2x/quat.c (+1, -1) (Diff)
/source/blender/python/api2_2x/vector.c (+1, -1) (Diff)