ImageLoop

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

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 output image generated by this node.

enabled

Turns the node on and off.

in

The input image

iterations

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

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.