Blender Git Loki
Git Commits -> Revision 3910962
Revision 3910962 by Bastien Montagne (master) November 20, 2014, 14:02 (GMT) |
Fix T42638: Roll angle inconsistent flip in edit mode. Basically, `angle_compat_rad()` was completely broken - example of result it could produce: | new angle | compat angle | result | -0.000000 | 3.141593 | -> 3.141593 ... Where 0.0 (or 2 * PI) would be expected! |
Commit Details:
Full Hash: 391096252b8848099517f4e78dec020e4707f2a3
Parent Commit: d431539
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenlib/intern/math_rotation.c (+1, -1) (Diff)