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

Ton Roosendaal ton at blender.org
Tue Nov 22 18:58:10 CET 2005


ton (Ton Roosendaal) 2005/11/22 18:58:10 CET

  Modified files:
    blender/source/blender/blenkernel/intern action.c 
  
  Log:
  Another bugreport, this time Basse: in NLA a position could sometimes be
  set whilst the actual time was 1 frame after the strip. Appeared to be
  a rounding error that didnt show in OSX.
  
  Previously I added a threshold, to make sure strips are included when the
  current frame is exactly on the end. That threshold now is smaller, and
  I also made the fmod() to be done only on repeating strips.
  
  Revision  Changes    Path
  1.47      +9 -7      blender/source/blender/blenkernel/intern/action.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/action.c.diff?r1=1.46&r2=1.47&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list