Blender Git Commit Log
Git Commits -> Revision fdd3d96
Revision fdd3d96 by Campbell Barton (master) January 10, 2018, 01:37 (GMT) |
Fix T53491: Absolute tablet motion detection fails When using a tablet, detecting absolute motion only worked when activating a tool with the tablet. Pressing Enter to run a tool for e.g. would use relative motion. Now store is_motion_absolute in the event, set for new events based on the most recent motion events. |
Commit Details:
Full Hash: fdd3d969a621132ec0f3aeae8875b146f8e3a19d
Parent Commit: 9aada45
Lines Changed: +41, -33
6 Modified Paths:
/source/blender/editors/space_view3d/view3d_walk.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+2, -5) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+28, -22) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_cursors.c (+2, -5) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+28, -22) (Diff)
/source/blender/windowmanager/WM_api.h (+2, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -2) (Diff)