[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Armature.c Armature.h Bone.c Bone.h NLA.c quat.c

Joseph Gilbert models at paposo.com
Tue May 11 10:26:45 CEST 2004


ascotan (Joseph Gilbert) 2004/05/11 10:26:45 CEST

  Modified files:
    blender/source/blender/python/api2_2x Armature.c Armature.h 
                                          Bone.c Bone.h NLA.c 
                                          quat.c 
  
  Log:
  - 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.
  
  Revision  Changes    Path
  1.13      +325 -374  blender/source/blender/python/api2_2x/Armature.c
  1.8       +5 -5      blender/source/blender/python/api2_2x/Armature.h
  1.18      +863 -721  blender/source/blender/python/api2_2x/Bone.c
  1.5       +32 -7     blender/source/blender/python/api2_2x/Bone.h
  1.2       +349 -148  blender/source/blender/python/api2_2x/NLA.c
  1.2       +1 -1      blender/source/blender/python/api2_2x/quat.c



More information about the Bf-blender-cvs mailing list