Blender Git Loki
Git Commits -> Revision c063e01
Revision c063e01 by Martin Poirier (master) December 28, 2006, 03:11 (GMT) |
=== 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). |
Commit Details:
Full Hash: c063e01f068fa6a02891238f9e73f9e3f952919a
SVN Revision: 9505
Parent Commit: 482b864
Lines Changed: +7, -0
1 Modified Path:
/source/blender/src/transform.c (+7, -0) (Diff)