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

Joseph Gilbert models at paposo.com
Mon Dec 12 19:46:27 CET 2005


ascotan (Joseph Gilbert) 2005/12/12 19:46:27 CET

  Modified files:
    blender/source/blender/python/api2_2x Armature.c Armature.h 
                                          Bone.c Bone.h 
    blender/source/blender/src editarmature.c 
  
  Log:
  - Armature/Bone API for python
  * this resolves a number of outstanding issues with the armature api and gets this ready for release
  - add/remove bones possible
  - rolls work correctly now!
  - ik'ing to parent should work
  - flags for tip/root/bone selection
  - etc.
  
  Revision  Changes    Path
  1.30      +261 -310  blender/source/blender/python/api2_2x/Armature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.c.diff?r1=1.29&r2=1.30&cvsroot=bf-blender>
  1.13      +7 -6      blender/source/blender/python/api2_2x/Armature.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Armature.h.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>
  1.38      +545 -247  blender/source/blender/python/api2_2x/Bone.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Bone.c.diff?r1=1.37&r2=1.38&cvsroot=bf-blender>
  1.10      +6 -74     blender/source/blender/python/api2_2x/Bone.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Bone.h.diff?r1=1.9&r2=1.10&cvsroot=bf-blender>
  1.101     +3 -3      blender/source/blender/src/editarmature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editarmature.c.diff?r1=1.100&r2=1.101&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list