SceneLoop

Applies a user defined processing loop to a scene. The content of the loop is defined by the node network placed between the previous and next plugs. The input scene is sent around this loop for a set number of iterations and then emerges as the output scene.

user

Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.

out

The processed output scene.

enabled

The on/off state of the node. When it is off, the node outputs the input scene unchanged.

in

The input scene

iterations

The number of times the loop is applied to form the output scene.

indexVariable

The name of a context variable used to specify the index of the current iteration. This can be referenced from expressions within the loop network to modify the operations performed during each iteration of the loop.