Blender Git Loki
Git Commits -> Revision e815784
Revision e815784 by Brecht Van Lommel (master) November 22, 2018, 13:33 (GMT) |
Keymaps: make click event detection use a larger distance threshold. Previously this was hardcoded to 2 pixels, which is too low for tablets and not taking into account DPI. Now we set it equal to the tweak threshold, so you either always do click or drag. The default distance of 10 pixels may be quite far for something to be considered a click, and we'll need to see how well it works. But I find this to help a lot when selecting vertices in quick succession. Thanks to Julien for spotting this. |
Commit Details:
Full Hash: e815784aa684ccd66a491bbf27370b91ce14f397
Parent Commit: 783b080
Lines Changed: +9, -9
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+9, -9) (Diff)