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

Joshua Leung aligorith at gmail.com
Mon Nov 13 11:16:07 CET 2006


aligorith (Joshua Leung) 2006/11/13 11:16:07 CET

  Modified files:
    blender/source/blender/src editipo.c 
  
  Log:
  Previous commit (Smooth Ipo) was indeed not too useful. I've
  rewritten the code (less code now) so that it is more useful, and
  doesn't just duplicate the functionality of another feature.
  
  Now, IPO smooth works only on the selected keyframes in
  selected frames. It finds the average value of all the selected
  keyframes, and finds the halfway point between each keyframe
  value and this average value. Handles are also automatically set
  to 'aligned'.
  
  Revision  Changes    Path
  1.110     +41 -101   blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.109&r2=1.110&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list