"Visible If" not working
Hi! People,
There's a boolean input node having indentifer name as "bevel_type"
There's a second input value node.
I want input value node to be visible when "bevel_type" is true.
I'm finding such a simple stuff difficult.
I used this as guide:
Visible if: control visibility of inputs, outputs and parameters | Substance 3D Designer (adobe.com)
The expression I entered in the "Visible If" of input value node is:
input["bevel_type"] == True
input.bevel_type == True
A) There's no way to add line_break/ENTER/Return in "Visible If" field as shown in the documentation link above.
B) It's just giving me yellow exclamation.


