WIP: UI: Change Behavior for Multi-Select Enums #104451

Draft
Germano Cavalcante wants to merge 1 commits from mano-wii/blender:no_ctrl_snap_elements into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Hans Goudey 9d61c29aa6 UI: Change Behavior for Multi-Select Enums
Changes:
- Remove the need to hold `Shift`.
- Hold `Ctrl` to deselect all options except the one clicked on.

Many enums in Blender are able to have multiple items selected, but
this feature isn't exposed very well.

It's not clear which enums support this, so you have to try by pressing
shift when clicking on them.

And a lot of the time it's more valuable to have multiple items
selected, but it's harder because of the modifier key.
2023-02-09 15:30:06 -03:00