[Bf-blender-cvs] [10b04fa3162] master: Revert "VSE: Add option to select handles with box selection"

Campbell Barton noreply at git.blender.org
Thu Feb 13 01:34:00 CET 2020


Commit: 10b04fa3162c4e1c1036d6c4837cff27134e3f11
Author: Campbell Barton
Date:   Thu Feb 13 11:28:28 2020 +1100
Branches: master
https://developer.blender.org/rB10b04fa3162c4e1c1036d6c4837cff27134e3f11

Revert "VSE: Add option to select handles with box selection"

This partially reverts commit 5314161491d41461fe09c4774229481dde93e250.

Conflicts with Emulate "Middle Mouse Button".
This feature should be accessible under all supported configurations.

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

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 cd531119155..951c1aaaab9 100644
--- a/release/scripts/presets/keyconfig/keymap_data/blender_default.py
+++ b/release/scripts/presets/keyconfig/keymap_data/blender_default.py
@@ -2481,14 +2481,6 @@ def km_sequencer(params):
         ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "ctrl": True},
          {"properties": [("tweak", True), ("mode", 'SUB')]}),
         ("sequencer.select_box", {"type": 'B', "value": 'PRESS'}, None),
-        ("sequencer.select_box", {"type": 'B', "value": 'PRESS', "alt": True},
-         {"properties": [("handles", True)]}),
-        ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "alt": True},
-         {"properties": [("handles", True), ("tweak", True), ("mode", 'SET')]}),
-        ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "shift": True, "alt": True},
-         {"properties": [("handles", True), ("tweak", True), ("mode", 'ADD')]}),
-        ("sequencer.select_box", {"type": params.select_tweak, "value": 'ANY', "ctrl": True, "alt": True},
-         {"properties": [("handles", True), ("tweak", True), ("mode", 'SUB')]}),
         ("sequencer.select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}, None),
         op_menu("SEQUENCER_MT_add", {"type": 'A', "value": 'PRESS', "shift": True}),
         op_menu("SEQUENCER_MT_change", {"type": 'C', "value": 'PRESS'}),



More information about the Bf-blender-cvs mailing list