I have a bunch of objects selected and i want to union select a rectangle on top of them.
WIth ctrl I remove objects from selection
With shift I add objects to selection.
But how do i union-select? I would assume it should work with ctrl+shift but I can’t find it anywhere.
By union I mean everything inside my selection rectangle AMONGST already selected objects only.
Currently I need to isolate selection and then select a new rectangle among the isolation. But this shows/hides everyting in the scene and can be laggy.
I don’t know about union-select - but you could use filters instead (bottom of your window) - SelectionFilter
You can use shift when setting a filter and it will only activate for one click (i.e. Shift + Click on “Curve” and the next time you try to select it will only select curves)
There is a Lasso already, combine it with filters to only work on points - also SelBoundary
Thanks yeah. But theres SelBrush and SelBrushPoints for a reason (convience!) I guess. Was hoping for the same with Lasso . PS I use selection filters all the time it’s a time saver.