Jump to content

Digital asset button to toggle visibility of inner nodes


samboosa

Recommended Posts

Hello!

I'm trying to make a good Digital asset interface and I was wondering if there was a way to make a button which toggles the visibility of certain nodes within the asset...

Is this possible? I don't object to using python but I'm not that familiar with it...

Please let me know :D

- Samboosa.

Link to comment
Share on other sites

Hmm as you put it, using a switch might be cleaner...

My goal would be to have a geo node, and to have some sort of way of toggeling the visibility of specific nodes within that from the upper parameter interface.

I'll see what I can do :)

Link to comment
Share on other sites

I also solved this in the past using a switch node.

Basically you need to switch between "objectA", "objectB", and "a merge-node that merges objectA &objectB".

Add more merges and switches for more complicated visibilities.

Link to comment
Share on other sites

or to keep it simple, add a switch to every node You want to display, and add a null to every switch as first input, then connect all switches to a merge and promote all switch sliders to Your asset as a toggle parameter, now You can just turn on all the nodes You want without complicated logic on a single switch

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...