Can't find selection groups logic. - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Interface & Usage (https://www.wings3d.com/forum/forumdisplay.php?fid=3) +--- Thread: Can't find selection groups logic. (/showthread.php?tid=1877) |
Can't find selection groups logic. - ggaliens - 04-15-2016 Can't find selection groups logic. I have a stored selection. I want to subtract it from current selection. Somehow it feels like the menu item for this is LOST to me. Did it move ? What menu is this on ? RE: Can't find selection groups logic. - micheus - 04-15-2016 (04-15-2016, 10:05 PM)ggaliens Wrote: I have a stored selection. I want to subtract it from current selection.Checked in 2.0.3 and it's there. With the current selection; go to Selection Group window; Place (not click) the mouse cursor over the stored selection and in the context menu (right click) you must see the option Subtract Group; After that, the current selection must "exclude" the elements present in the stored selection. RE: Can't find selection groups logic. - ggaliens - 04-16-2016 That's a little bit hard to find. But thanks for the info. Can't we make those available from right-click ANYWHERE in the windows ? RE: Can't find selection groups logic. - micheus - 04-16-2016 I'm not sure. As we don't want to lose the current selection we need a way to indicate which group in the list we want to use for the operation, so we use the mouse pointer position for that - use the group under it. |