[tuhopuu-cvs] CVS commit: tuhopuu2/source/blender/src drawobject.c drawview.c editobject.c headerbuttons.c

Chris Want cwant at ualberta.ca
Tue Dec 9 04:30:07 CET 2003


hos (Chris Want) 2003/12/09 04:30:07 CET

  Modified files:
    tuhopuu2/source/blender/src drawobject.c drawview.c 
                                editobject.c headerbuttons.c 
  
  Log:
  Major speed up for armatures during times when you aren't
  posing a figure.
  
  There are bound to be bugs with this so be sure to report
  any weirdness to tuhopuu-devel at blender.org.
  
  Background: the calculation of poses generated by actions and the
  calculation of displists were getting somewhat out of sync.
  This was being remedied by 'clearing the constraint done flag'
  of the pose channels and recalculating the displists every time
  the 3d view was redrawn, making life slow and unpleasant.
  Commenting out the code that was doing this, then reinserting
  the 'clearing the constraint done flag' at the right times
  made things a bit more perky.
  
  Revision  Changes    Path
  1.25      +3 -2      tuhopuu2/source/blender/src/drawobject.c
  1.6       +30 -3     tuhopuu2/source/blender/src/drawview.c
  1.31      +4 -2      tuhopuu2/source/blender/src/editobject.c
  1.16      +10 -1     tuhopuu2/source/blender/src/headerbuttons.c



More information about the tuhopuu-cvs mailing list