Houdini 20.0 Nodes APEX Nodes

IfEnd

Defines the end of an If block for conditional execution.

On this page
Since 20.0

Defines the end of a conditionally executed block of nodes. Nodes sandwiched between this node and its corresponding IfBegin node (connected via their scope ports) are only executed when the IfBegin node’s condition is True.

Inputs

scope: undefined

Used to define the scope of the if block. Must be wired to the scope output of the corresponding IfBegin node.

__spare__

Extra inputs used within the block. When the corresponding IfBegin node’s condition is True, these values are copied to the matching outputs. Otherwise, these values are ignored.

Outputs

__spare__

Pass-through of the inputs used within the block. When the corresponding IfBegin node’s condition is True, these values are copied from the matching inputs on this node. Otherwise, these values are copied from the matching inputs of the IfBegin node.

See also

APEX Nodes