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

Joshua Leung aligorith at gmail.com
Sun Jan 14 10:30:05 CET 2007


aligorith (Joshua Leung) 2007/01/14 10:30:05 CET

  Modified files:
    blender/source/blender/blenkernel BKE_utildefines.h 
    blender/source/blender/src editipo.c 
  
  Log:
  == IPO Cleaning ==
  
  Rewrote the core-function responsible for ipo-cleaning. Now, it is in a less
  wacko form. What is still not done is the conversion of a bunch of points
  describing an arc to an arc defined by the handles of the keyframes on
  either side of the arc. That will have to wait for the next development cycle.
  
  This rewrite fixes two big bugs with the code:
  * All but first curve got hidden aften cleaning
  * Cleaning a curve with only two verts resulted in only one vert, even though
  the values were not the same.
  
  Revision  Changes    Path
  1.21      +3 -1      blender/source/blender/blenkernel/BKE_utildefines.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/BKE_utildefines.h.diff?r1=1.20&r2=1.21&cvsroot=bf-blender>
  1.126     +68 -74    blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.125&r2=1.126&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list