Fix #107718: Extend channel selection not working due to key conflicts #107719

Merged
Pratik Borhade merged 1 commits from PratikPB2123/blender:107718-ctrl-click-select into blender-v3.6-release 2023-05-21 15:56:07 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -3470,7 +3470,6 @@ def km_animation_channels(params):
("anim.channels_click", {"type": 'LEFTMOUSE', "value": 'PRESS', "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": 'DOUBLE_CLICK'}, None),
# Select keys.
("anim.channel_select_keys", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),