[Bf-blender-cvs] [1dd78a3f57a] master: Industry Compat keymap: Remove ability to cancel knife with right click.

William Reynish noreply at git.blender.org
Sun May 5 20:49:27 CEST 2019


Commit: 1dd78a3f57a8cec93da0555664ed524d70c72ca1
Author: William Reynish
Date:   Sun May 5 20:49:25 2019 +0200
Branches: master
https://developer.blender.org/rB1dd78a3f57a8cec93da0555664ed524d70c72ca1

Industry Compat keymap: Remove ability to cancel knife with right click.

Was too easy to do by mistake while attempting to zoom.

Unfortunately it seems like it's not currently possible to add zooming to the Knife modal keymap, so this is still missing here.

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

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

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

diff --git a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
index c0d262e863e..6cb13446435 100644
--- a/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
+++ b/release/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
@@ -3401,7 +3401,6 @@ def km_knife_tool_modal_map(_params):
         ("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True}, None),
         ("PANNING", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
         ("ADD_CUT", {"type": 'LEFTMOUSE', "value": 'ANY', "any": True}, None),
-        ("CANCEL", {"type": 'RIGHTMOUSE', "value": 'PRESS', "any": True}, None),
         ("CONFIRM", {"type": 'RET', "value": 'PRESS', "any": True}, None),
         ("CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "any": True}, None),
         ("CONFIRM", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "any": True}, None),



More information about the Bf-blender-cvs mailing list