Blender Git Commit Log
Git Commits -> Revision 9210a4f
Revision 9210a4f by Campbell Barton (master) June 30, 2017, 01:10 (GMT) |
Fix unpredictable trackball rotation D2729 by @IgorNull Currently, trackball rotation sequentially applies rotation across x axis and y axis, which produces a strange/unusable result on diagonal pointer motion. This change fixes the problem by using a single axis which is orthogonal and proportional to mouse delta - matching view-port trackball. |
Commit Details:
Full Hash: 9210a4faf38f675582ea7a080d5fbaea0e90d493
Parent Commit: eb88f0c
Lines Changed: +8, -9
1 Modified Path:
/source/blender/editors/transform/transform.c (+8, -9) (Diff)