On this page

Output the value of in1 if value1==value2, or the value of in2 if value1!=value2.

Parameters

value1

The first value or nodename to compare. Default is 0 or 'false'.

value2

The second value or nodename to compare; must be the same type as value1. Default is 0 or 'false'.

in1

The value or nodename to output if value1 == value2; must be the same type as the ifequal node’s output. Default is 0.0.

in2

The value or nodename to output if value1 != value2; must be the same type as the ifequal node’s output. Default is 0.0.

Outputs

out

float

VOP nodes