[Bf-blender-cvs] [d8dc3101033] master: Keymap: default to gizmo drag when LMB select is in use

Campbell Barton noreply at git.blender.org
Fri Jan 3 05:40:41 CET 2020


Commit: d8dc3101033dfc733fd5d1160660a770a35a01e4
Author: Campbell Barton
Date:   Fri Jan 3 14:12:28 2020 +1100
Branches: master
https://developer.blender.org/rBd8dc3101033dfc733fd5d1160660a770a35a01e4

Keymap: default to gizmo drag when LMB select is in use

Enable by default since it allows selection
without gizmos getting in the way which is a common annoyance.

Although this has the drawback that subtle adjustments with
gizmos won't be detected until the drag threshold is reached.

===================================================================

M	release/scripts/presets/keyconfig/blender.py

===================================================================

diff --git a/release/scripts/presets/keyconfig/blender.py b/release/scripts/presets/keyconfig/blender.py
index 596b17d734f..11cd76335f1 100644
--- a/release/scripts/presets/keyconfig/blender.py
+++ b/release/scripts/presets/keyconfig/blender.py
@@ -70,6 +70,7 @@ class Prefs(bpy.types.KeyConfigPreferences):
             ('DRAG', "Drag", "Drag allows click events to pass through to the tool, adding a small delay"),
         ),
         description="Activation event for gizmos that support drag motion",
+        default='DRAG',
         update=update_fn,
     )



More information about the Bf-blender-cvs mailing list