[Bf-blender-cvs] CVS commit: blender/source/blender/src drawaction.c

Joshua Leung aligorith at gmail.com
Fri Mar 30 14:22:07 CEST 2007


aligorith (Joshua Leung) 2007/03/30 14:22:07 CEST

  Modified files:
    blender/source/blender/src drawaction.c 
  
  Log:
  == Action Editor - Long Keyframes Bugfix (#6455) ==
  
  Long keyframes didn't always display correctly when keyframes were being transformed. The old code assumed that the keyframes were all sorted chronologically. However, for technical reasons, this is not the case during transforms, causing problems.
  
  Some slowdowns may be experienced on actions with large numbers of keyframes. I've only noticed a minor slowdown on some test-animations from Plumiferos I've got, but those files had a LOT of keyframes.
  
  Revision  Changes    Path
  1.51      +47 -14    blender/source/blender/src/drawaction.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/drawaction.c.diff?r1=1.50&r2=1.51&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list