Loop

The Loop node is used to repeat all child nodes a number of times.
It starts by setting an index to the specified initial value. It then executes all child nodes and increments the index by the specific step increment. This process stops if the specified last index value has been reached or exceeded.

Properties

Name
Project script attribute
Description
Initial index value
from
The initial value of the index.
Last index value
to
The last value of the index.
Index step increment
step
The increment of the index after each iteration.
If no value is specified, 1 is used.

Project script node name

loop
See also:
Data