Fix #104026: Click-Drag to select graph editor channels no longer working #104505

Merged
Christoph Lendenfeld merged 9 commits from ChrisLend/blender:channels_box_select into main 2023-02-10 11:36:03 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f7eae1feeb - Show all commits

@ -1 +1 @@
Subproject commit d887a4ea6b2a9d64b926034d4e78ecf7a48ca979
Subproject commit 9958ddb879934718cc2b379b556f0bc3b861bee5

View File

@ -3461,7 +3461,7 @@ def km_animation_channels(params):
("anim.channels_click", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, "ctrl": True},
{"properties": [("children_only", True)]}),
# Rename.
("anim.channels_rename", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
("anim.channels_rename", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True}, None),
("anim.channels_rename", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
# Select keys.
("anim.channel_select_keys", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),