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

Chris Want cwant at ualberta.ca
Sat Jan 3 02:40:54 CET 2004


hos (Chris Want) 2004/01/03 02:40:54 CET

  Modified files:
    blender/source/blender/include BIF_editarmature.h 
    blender/source/blender/makesdna DNA_armature_types.h 
    blender/source/blender/src buttons_editing.c editarmature.c 
                               editobject.c 
  
  Log:
  Armature speed ups, Part II
  ---------------------------
  "Delay Deform" option for armatures.
  
  The button is under the X-ray bones button in the edit buttons.
  With this armature option selected, manipulations in pose mode
  will only deform children after the transformation is finished.
  While hardly an optimal solution to the slow armature crisis, this
  gives about 4 times speed up on some meshes (ah well, at least lets
  me isolate armature vs. displist slowdowns while profiling).
  
  Revision  Changes    Path
  1.7       +2 -1      blender/source/blender/include/BIF_editarmature.h
  1.8       +5 -3      blender/source/blender/makesdna/DNA_armature_types.h
  1.26      +3 -3      blender/source/blender/src/buttons_editing.c
  1.20      +13 -1     blender/source/blender/src/editarmature.c
  1.54      +8 -2      blender/source/blender/src/editobject.c



More information about the Bf-blender-cvs mailing list