[Bf-blender-cvs] [f4cb1b75882] soc-2021-knife-tools: Knife: Moved 'D' modal key to 'S'

Cian Jinks noreply at git.blender.org
Tue Jul 27 20:01:33 CEST 2021


Commit: f4cb1b75882e327cb75f11b9ce0381f97c2f48a2
Author: Cian Jinks
Date:   Tue Jul 27 18:59:46 2021 +0100
Branches: soc-2021-knife-tools
https://developer.blender.org/rBf4cb1b75882e327cb75f11b9ce0381f97c2f48a2

Knife: Moved 'D' modal key to 'S'

Currently D is used for visual distance and angle measurements but this may be more suited to distance snapping in the future.
Thefore, I am moving it to 'S' and freeing up 'D'.

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

M	release/scripts/presets/keyconfig/keymap_data/blender_default.py

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

diff --git a/release/scripts/presets/keyconfig/keymap_data/blender_default.py b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
index 2d6f7f602ea..954ee716329 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -5375,7 +5375,7 @@ def km_knife_tool_modal_map(_params):
         ("IGNORE_SNAP_OFF", {"type": 'RIGHT_CTRL', "value": 'RELEASE', "any": True}, None),
         ("ANGLE_SNAP_TOGGLE", {"type": 'A', "value": 'PRESS'}, None),
         ("CUT_THROUGH_TOGGLE", {"type": 'C', "value": 'PRESS'}, None),
-        ("SHOW_DISTANCE_ANGLE_TOGGLE", {"type": 'D', "value": 'PRESS'}, None),
+        ("SHOW_DISTANCE_ANGLE_TOGGLE", {"type": 'S', "value": 'PRESS'}, None),
         ("DEPTH_TEST_TOGGLE", {"type": 'V', "value": 'PRESS'}, None),
     ])



More information about the Bf-blender-cvs mailing list