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

Joshua Leung aligorith at gmail.com
Wed Jan 10 09:33:06 CET 2007


aligorith (Joshua Leung) 2007/01/10 09:33:06 CET

  Modified files:
    blender/source/blender/src editipo.c 
  
  Log:
  Bugfix #5625:
  
  When adding keyframes to a very-short action scaled to long-lengths in the
  NLA editor, exisiting keyframes would disappear. The culprit was a very large
  threshold value used to cull duplicate keyframes. This bug was even present
  in 2.42(a).
  
  Although this fixes the bug, further work is needed on preventing future cases
  of badly scaled actions. Actions with length of 0.9 frames representing motion
  of 200 frame ranges is not on.
  
  Revision  Changes    Path
  1.121     +2 -2      blender/source/blender/src/editipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/editipo.c.diff?r1=1.120&r2=1.121&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list