Skip to main content
Participant
October 3, 2023
Question

How to control Visible if with Value Processor

  • October 3, 2023
  • 2 replies
  • 243 views

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?

This topic has been closed for replies.

2 replies

Cyril Dellenbach
Community Manager
Community Manager
October 4, 2023

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,

 

Cyril Dellenbach (Micro) | QA Support Artist | Adobe
davescm
Community Expert
Community Expert
October 4, 2023

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