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

Ton Roosendaal ton at blender.org
Sun Nov 20 13:41:00 CET 2005


ton (Ton Roosendaal) 2005/11/20 13:41:00 CET

  Modified files:
    blender/source/blender/blenkernel/intern action.c 
  
  Log:
  Patch provided by Stephan Kassemeyer.
  
  This fixes an error in the striding system, which was by default correcting
  path position backwards in time, which could give errors when a stride bone
  moves in the beginning of a path faster than the path moves. (Can you
  follow that? cool!)
  
  The patch checks for this case, it corrects by default forwards in time,
  unless we're at the end of a path. As bonus this fix will also ensure the
  character stays on the path closer.
  
  Revision  Changes    Path
  1.46      +14 -5     blender/source/blender/blenkernel/intern/action.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenkernel/intern/action.c.diff?r1=1.45&r2=1.46&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list