[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editarmature.h blender/source/blender/makesdna DNA_armature_types.h blender/source/blender/python/api2_2x Bone.c blender/source/blender/src editarmature.c

Ton Roosendaal ton at blender.org
Sun Sep 11 12:12:31 CEST 2005


ton (Ton Roosendaal) 2005/09/11 12:12:31 CEST

  Modified files:
    blender/source/blender/include BIF_editarmature.h 
    blender/source/blender/makesdna DNA_armature_types.h 
    blender/source/blender/python/api2_2x Bone.c 
    blender/source/blender/src editarmature.c 
  
  Log:
  Bug fix #3033
  
  Using "make parent armature with creating vertex groups" option gave
  corrupted memory when one or more bones had the "Deform" option not set.
  Was caused by old boneclass SKINNABLE variable. To end this confusement,
  removed this define from code.
  
  Note for future Armature tool coders; don't use this bonelooper
  functionality. Operations in Object mode for armatures should use the
  Pose Channels, which is a simple ListBase to go over. I have to recode
  the 'create vertexgroups' still...
  
  Revision  Changes    Path
  1.24      +1 -3      blender/source/blender/include/BIF_editarmature.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/include/BIF_editarmature.h.diff?r1=1.23&r2=1.24&cvsroot=bf-blender>
  1.23      +1 -6      blender/source/blender/makesdna/DNA_armature_types.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/makesdna/DNA_armature_types.h.diff?r1=1.22&r2=1.23&cvsroot=bf-blender>
  1.35      +1 -2      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.34&r2=1.35&cvsroot=bf-blender>
  1.91      +4 -41     blender/source/blender/src/editarmature.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editarmature.c.diff?r1=1.90&r2=1.91&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list