[Bf-blender-cvs] CVS commit: blender/source/blender/include BIF_editarmature.h blender/source/blender/makesdna DNA_object_types.h blender/source/blender/src buttons_object.c editarmature.c editobject.c

Chris Want cwant at ualberta.ca
Sun Jan 4 04:39:07 CET 2004


hos (Chris Want) 2004/01/04 04:39:07 CET

  Modified files:
    blender/source/blender/include BIF_editarmature.h 
    blender/source/blender/makesdna DNA_object_types.h 
    blender/source/blender/src buttons_object.c editarmature.c 
                               editobject.c 
  
  Log:
  A few related bug-fixes/refinements
  
    * A patch to make sure that constraints on bones that point to
      external objects are evaluated correctly (and that the bones that
      depend on these bones are evaluated correctly, etc, ad nauseum).
      This addresses some of intrr's issues (the blender-related ones,
      that is).
  
    * Make sure that deformed displists are updated when the user
      manipulates any of the constraint buttons.
  
    * Added a nice little function, ik_chain_looper(), that executes a
      callback for every bone in an IK chain.
  
  Revision  Changes    Path
  1.11      +3 -2      blender/source/blender/include/BIF_editarmature.h
  1.8       +6 -1      blender/source/blender/makesdna/DNA_object_types.h
  1.22      +3 -2      blender/source/blender/src/buttons_object.c
  1.25      +38 -1     blender/source/blender/src/editarmature.c
  1.57      +164 -72   blender/source/blender/src/editobject.c



More information about the Bf-blender-cvs mailing list