Houdini 20.0 Nodes APEX Nodes

ForEnd

Defines the end of a for loop.

On this page
Since 20.0

Defines the end of a for loop that executes the block of nodes sandwiched between this node and its corresponding ForBegin node (connected via their scope ports).

Inputs

scope: undefined

Used to define the scope of the for loop. Must be wired to the scope output of the corresponding ForBegin node.

__spare__

Extra inputs for use within the block. If a spare input on the ForEnd node matches the name of a spare input on the corresponding ForBegin node, the value is fed back each iteration.

Outputs

__spare__

Pass-through of the corresponding input, for use within the block.

See also

APEX Nodes