CAD_Sketcher icon indicating copy to clipboard operation
CAD_Sketcher copied to clipboard

Selection modifiers

Open hlorus opened this issue 2 years ago • 2 comments

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

hlorus avatar Apr 26 '22 14:04 hlorus

I guess we should shoot for this selection menu, like when using the Blender selection tool? image

It is not shown when selecting the Solvespace selection tool (yet) image

amrsoll avatar Aug 09 '22 17:08 amrsoll

I guess we should shoot for this selection menu, like when using the Blender selection tool? image

It is not shown when selecting the Solvespace selection tool (yet) image

Exactly! Although i'm not sure if the last two selection modes are really that useful...

hlorus avatar Aug 09 '22 20:08 hlorus

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.

hlorus avatar Oct 13 '22 08:10 hlorus

The ctrl and shift modifiers are now also there, constraint selectability was moved to ctrl+shift.

hlorus avatar Oct 20 '22 07:10 hlorus