Merge branch 'blender-v2.91-release'

This commit is contained in:
2020-10-22 16:00:52 +11:00

View File

@@ -2435,7 +2435,7 @@ def km_text(params):
return keymap
def km_sequencercommon(_params):
def km_sequencercommon(params):
items = []
keymap = (
"SequencerCommon",
@@ -2454,7 +2454,7 @@ def km_sequencercommon(_params):
{"properties": [("data_path", 'space_data.view_type'), ("value_1", 'SEQUENCER'), ("value_2", 'PREVIEW')]}),
])
if _params.select_mouse == 'LEFTMOUSE' and not _params.legacy:
if params.select_mouse == 'LEFTMOUSE' and not params.legacy:
# Quick switch to select tool, since left select can't easily
# select with any tool active.
items.extend([