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

Joseph Gilbert models at paposo.com
Mon Apr 19 08:57:42 CEST 2004


ascotan (Joseph Gilbert) 2004/04/19 08:57:42 CEST

  Modified files:
    blender/source/blender/python/api2_2x Armature.c Bone.c Bone.h 
                                          Object.c Types.c Types.h 
                                          modules.h 
  Added files:
    blender/source/blender/python/api2_2x NLA.c NLA.h 
  
  Log:
  -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
  
  Revision  Changes    Path
  1.12      +33 -6     blender/source/blender/python/api2_2x/Armature.c
  1.16      +176 -30   blender/source/blender/python/api2_2x/Bone.c
  1.4       +4 -8      blender/source/blender/python/api2_2x/Bone.h
  1.67      +16 -56    blender/source/blender/python/api2_2x/Object.c
  1.12      +2 -0      blender/source/blender/python/api2_2x/Types.c
  1.9       +1 -0      blender/source/blender/python/api2_2x/Types.h
  1.38      +2 -1      blender/source/blender/python/api2_2x/modules.h



More information about the Bf-blender-cvs mailing list