naming and hiding objects - 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: naming and hiding objects (/showthread.php?tid=2996) |
naming and hiding objects - engrenage - 04-18-2021 Hi! I'm working on a box for an electronic circuit, which I imported as STL. Sometimes I would like to hide it completely (not simply wireframe it), or other parts that prevent me from having a good view on the part I'm working on. is it possible to name objects and have a list of them in order to have them visible or not? think of the layer toolbox in tools like gimp/inkscape... RE: naming and hiding objects - micheus - 04-18-2021 You could try to create folders in the Geometry Graph. Then you can use show/hide option for the all objects in that folder. RE: naming and hiding objects - engrenage - 04-18-2021 that solves it :-) my bad RE: naming and hiding objects - micheus - 04-18-2021 Nice. |