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

Joshua Leung aligorith at gmail.com
Wed Jan 3 06:13:40 CET 2007


aligorith (Joshua Leung) 2007/01/03 06:13:40 CET

  Modified files:
    blender/source/blender/src editipo.c 
  
  Log:
  == 'Smarter' Keyframing Bugfixes ==
  
  'Smarter' keyframing tools ('needed' option for manual and auto keyframing)
  now work better than before, with more cases handled in an predictable
  manner. There are still a few cases it still doesn't handle well yet. Those will be
  fixed in the next few days.
  
  See comments in code for rules in place now. Also, I've changed the code
  to use the IS_EQ macro instead of my clumsy sqrt((a-b)*(a-b)) calculations.
  
  Revision  Changes    Path
  1.118     +70 -56    blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.117&r2=1.118&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list