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

Martin Poirier theeth at yahoo.com
Mon May 16 10:25:49 CEST 2005


theeth (Martin Poirier) 2005/05/16 10:25:49 CEST

  Modified files:
    blender/source/blender/src transform_constraints.c 
  
  Log:
  Transform MMB code fixing Ton's last fix.
  
  His fix was good, except that it switched to project_float instead of project_short, and that's not good because we're renormalizing the vector after that, which maximizes the float errors. Since it's scalling the axis anyway with the zfac method, it can use project_short safely (I tested it with the bug tracker file that triggered the fix in the first place).
  
  Revision  Changes    Path
  1.49      +16 -15    blender/source/blender/src/transform_constraints.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform_constraints.c.diff?r1=1.48&r2=1.49&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list