![]() |
|
naming and hiding objects - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Interface & Usage (/forumdisplay.php?fid=3) +--- Thread: naming and hiding objects (/showthread.php?tid=2996) |
naming and hiding objects - engrenage - 04-18-2021 10:28 AM 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 03:22 PM 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 03:25 PM that solves it :-) my bad RE: naming and hiding objects - micheus - 04-18-2021 10:30 PM Nice. |