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

Martin Poirier theeth at yahoo.com
Thu Dec 28 04:11:21 CET 2006


theeth (Martin Poirier) 2006/12/28 04:11:21 CET

  Modified files:
    blender/source/blender/src transform.c 
  
  Log:
  === Bug Fix ===
  
  Fix for bug [ #5522 ] inaccurate rotation
  
  Entering very high/low values using numeric input in a rotation (+/- 360000 and more/less) resulted in incorrect rotations. Fixed by clamping the actual rotation between -180 and 180 before converting to radians (just to be clear, the clamping already happened and is inevitable, now, it just happens earlier).
  
  Revision  Changes    Path
  1.151     +8 -1      blender/source/blender/src/transform.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/src/transform.c.diff?r1=1.150&r2=1.151&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list