CAD_Sketcher
CAD_Sketcher copied to clipboard
Selection modifiers
Motivation / Existing Problem Native selection tools offer different modes, add the same to the addon's select tool.
Description Add selection modes to allow adding/substracting/toggling selection. Idealy follow blender's default keymap, see: https://docs.blender.org/manual/en/latest/interface/selecting.html#selecting-modes
I guess we should shoot for this selection menu, like when using the Blender selection tool?
It is not shown when selecting the Solvespace selection tool (yet)
I guess we should shoot for this selection menu, like when using the Blender selection tool?
It is not shown when selecting the Solvespace selection tool (yet)
Exactly! Although i'm not sure if the last two selection modes are really that useful...
This is now supported, see: https://github.com/hlorus/CAD_Sketcher/commit/8b2a71dd6917addfaa891e4c80c43c22054a688d
What's remaining are the shortcut bindings. The problem here is that shift is currently used to select through gizmos.
The ctrl and shift modifiers are now also there, constraint selectability was moved to ctrl+shift.