Search the Community
Showing results for tags 'hide'.
-
Hey magicians, I'm creating a setup to make vehicles, where you have different options for each part: - For example to create the main base body, you can 1) use noise / 2) use a spline / 3) use a box So far I have been using switch and sliders, but is getting more complex and I would...
-
Hi, Is there a way to hide the contents of my subnet, I want to submit my sim on a remote machine and I do not want its contents to be exposed, is there any way to do this? Thanks
-
Hello, I'd like to include a 'hide/disable when' conditional on a parameter which is being created by a script. How do I do this? null = hou.node("/obj").createNode("null") null.setName('newNull') tabs = null.parmTemplateGroup() for folder in tabs.entries(): tabs.hideFold...