Jump to content

Link toggle values


philpappas

Recommended Posts

Inside my hda parameters when a toggle is set to 0 i want another toggle to do the same. where can i write something like an if statement if(toggleA=0) then toggleB=0 else toggleB=chi("../..blah")

i cant do it from the disable when or hide when because that is just for the ui. how can i change the value?

Link to comment
Share on other sites

You'll need to use a callback script if you want to actually change the toggle values. 

I will say depending on the complexity just disabling/hiding the parameter and in the network or code disabling with a condition should suffice. It's like a magic trick the UI does something different than the actual network.

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...