Copy link to clipboard
Copied
I want to control Visible if based on the output of the Value Processor.
Is there any way to achieve this?
Is this possible using python?
Copy link to clipboard
Copied
As far as I am aware, visible if can only be set on the basis of another graph input, not on a graphs internal calculation. It would be nice to be proved wrong though, as I can see a use for this.
Dave
Copy link to clipboard
Copied
Hi @ayato5C05,
Dave is right, that's not possible to control a Visible if with a Value Processor or any other node.
You can create a parameter to control the Visible if of another parameter, so you'd be able to manage the value of that parameter with the Python API.
Best regards,