[Bf-blender-cvs] CVS commit: blender/source/blender/blenkernel/intern curve.c

Ton Roosendaal ton at blender.org
Thu Nov 17 20:34:32 CET 2005


ton (Ton Roosendaal) 2005/11/17 20:34:32 CET

  Modified files:
    blender/source/blender/blenkernel/intern curve.c 
  
  Log:
  A year-zero bug, and actually another issue with auto-handles for Ipo
  curves. On sharp 'peaking' curves the handle was calculated
  using both X and Y distance. This could result in overshooting.
  
  New code only evaluates the X distance, resulting in much more moderate
  sized handles.
  
  Thanks Gabio for the demo file!
  
  Revision  Changes    Path
  1.26      +5 -3      blender/source/blender/blenkernel/intern/curve.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/curve.c.diff?r1=1.25&r2=1.26&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list