Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton 2021-01-21 16:37:52 +11:00
commit 985bc08688
Notes: blender-bot 2023-02-14 05:22:18 +01:00
Referenced by issue #85734, Vector Math Bug.
1 changed files with 1 additions and 1 deletions

View File

@ -2277,7 +2277,7 @@ def km_grease_pencil(_params):
def _grease_pencil_selection(params):
return [
("gpencil.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
("gpencil.select", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
{"properties": [("extend", True), ("toggle", True)]}),
# Select all
("gpencil.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),