Blender Git Commit Log

Git Commits -> Revision aea7e55

Revision aea7e55 by Campbell Barton (master)
October 27, 2021, 13:24 (GMT)
WM: de-duplicate cursor motion checks for selection picking

Replace local static mouse coordinate storage with a single function.
also resolve inconsistencies.

- Edit-mesh selection used equality check (ignoring `U.move_threshold`).
- Motion to clear tooltips checked the value without scaling by the DPI.

Also prevent the unlikely case of the previous motion check matching
a different area by resetting the value when the active region changes.

Commit Details:

Full Hash: aea7e555221e071e65fe76eb9571198622bbc547
Parent Commit: 2a709c8
Lines Changed: +35, -18

7 Modified Paths:

/source/blender/editors/armature/armature_select.c (+1, -5) (Diff)
/source/blender/editors/mesh/editmesh_select.c (+2, -6) (Diff)
/source/blender/editors/screen/screen_edit.c (+4, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+3, -6) (Diff)
/source/blender/windowmanager/intern/wm_event_query.c (+22, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -1) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021