[Bf-blender-cvs] [c9979987021] tracking_tools: Restore selection shortcuts

Aaron Carlisle noreply at git.blender.org
Tue Jul 20 00:04:33 CEST 2021


Commit: c99799870215b3edbfebf7f31550b8c2d18bed89
Author: Aaron Carlisle
Date:   Mon Jul 19 17:56:18 2021 -0400
Branches: tracking_tools
https://developer.blender.org/rBc99799870215b3edbfebf7f31550b8c2d18bed89

Restore selection shortcuts

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

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 34345d8aff1..4758d5ac500 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -2859,13 +2859,13 @@ def km_clip_editor(params):
         ("clip.select", {"type": params.select_mouse, "value": 'PRESS', "shift": True},
          {"properties": [("extend", True)]}),
         *_template_items_select_actions(params, "clip.select_all"),
-        # ("clip.select_box", {"type": 'B', "value": 'PRESS'}, None),
-        # ("clip.select_circle", {"type": 'C', "value": 'PRESS'}, None),
-        # op_menu("CLIP_MT_select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}),
-        # ("clip.select_lasso", {"type": params.action_tweak, "value": 'ANY', "ctrl": True, "alt": True},
-         # {"properties": [("mode", 'ADD')]}),
-        # ("clip.select_lasso", {"type": params.action_tweak, "value": 'ANY', "shift": True, "ctrl": True, "alt": True},
-         # {"properties": [("mode", 'SUB')]}),
+        ("clip.select_box", {"type": 'B', "value": 'PRESS'}, None),
+        ("clip.select_circle", {"type": 'C', "value": 'PRESS'}, None),
+        op_menu("CLIP_MT_select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}),
+        ("clip.select_lasso", {"type": params.action_tweak, "value": 'ANY', "ctrl": True, "alt": True},
+         {"properties": [("mode", 'ADD')]}),
+        ("clip.select_lasso", {"type": params.action_tweak, "value": 'ANY', "shift": True, "ctrl": True, "alt": True},
+         {"properties": [("mode", 'SUB')]}),
         # ("clip.add_marker_slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
         ("clip.delete_marker", {"type": 'X', "value": 'PRESS', "shift": True}, None),
         ("clip.delete_marker", {"type": 'DEL', "value": 'PRESS', "shift": True}, None),



More information about the Bf-blender-cvs mailing list