WIP: Keymap Click-Drag Direction #105488

Closed
Lukas Sneyd wants to merge 3 commits from lcas:keymap-click-drag-direction into blender-v3.5-release

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

3 Commits

Author SHA1 Message Date
Lukas Sneyd d18e5458f9 change some names 2023-03-15 04:59:54 -07:00
Lukas Sneyd 0b6ce760f0 fix label for set direction right 2023-03-06 05:52:05 -08:00
Lukas Sneyd 6fae66b7b0 Blender 3.5
Keymap click-drag direction has some issues, mostly has to do with more directions than people want or need. This gives 2 additional flavors (left v right and up v down) without affecting the current 8-way one. I tried making 2 more enums for direction, for the purpose of reducing the available options, but it wouldn't set in the keymap without creating a new keymap item first. So I detoured around that by making some operators show up in the keymap in place of the direction enum.

There is the possibility of a user having non-applicable directions assigned to in their keymap> In this case I put a warning to let them know that there is "no direction". Not much good unless they are going to go looking at every possible occurrence of this, though.
2023-03-06 02:37:40 -08:00