philpappas Posted August 8, 2019 Share Posted August 8, 2019 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? Quote Link to comment Share on other sites More sharing options...
LaidlawFX Posted August 9, 2019 Share Posted August 9, 2019 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.