Merge branch 'blender-v2.91-release'

This commit is contained in:
Campbell Barton 2020-10-22 16:00:52 +11:00
commit d00b1f6313
1 changed files with 2 additions and 2 deletions

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([