Blender Git Commit Log
Git Commits -> Revision 9e85812
Revision 9e85812 by Brecht Van Lommel (master) October 29, 2020, 21:28 (GMT) |
Fix macOS mouse positions inaccuracy Don't use the current mouse position at the time the event is handled, but rather the position at the time of the event. This should make e.g. brush stroke paths more accurate. In addition, this may solve issues with other software that does mouse position smoothing. Ref T82143. Use of the current mouse position was added in 12b642062c6f as part of a large commit that also made continuous grab work. But it appears to still work getting the mouse position from the event. |
Commit Details:
Full Hash: 9e85812acc88fa469aecccb1d5ed3e28e362278a
Parent Commit: 4a8146e
Lines Changed: +6, -6
1 Modified Path:
/intern/ghost/intern/GHOST_SystemCocoa.mm (+6, -6) (Diff)