Loop Types

items in the project -

the loop will run its automation lines on all of the items in the project panel(Composition, Footage, Folders, Solids and more) from start to end.

items in project folder -

the loop will run its automation lines on all of the items in a specified project folder(item object) from start to end.

layers in the active comp -

the loop will run its automation lines on all of the layers in the selected composition from start to end.

layers in other comp -

the loop will run its automation lines on all of the layers in the specified composition(item object) from start to end.

properties in the layer -

the loop will run its automation lines on all of the properties in the specified layer(layer object) from start to end.

effects in the layer -

the loop will run its automation lines on all of the effects in the specified layer(layer object) from start to end.

properties in the effect -

the loop will run its automation lines on all of the properties in the specified effect(effect object) from start to end.

keyframes in property -

the loop will run its automation lines on all of the keyframes in the specified property(opacity, position, rotation and more) from start to end.

markers in layer/item -

the loop will run its automation lines on all of the markers in the specified layer/item(layer/item object) from start to end.

items in the render queue -

the loop will run its automation lines on all of the items in the render queue from start to end.

output modules in render queue item -

the loop will run its automation lines on all of the output in the specified render queue item(RQ Item object) from start to end.

files in external folder -

the loop will run its automation lines on all of the files in the specified Folder(Folder object) from start to end.

folders in external folder -

the loop will run its automation lines on all of the folders in the specified Folder(Folder object) from start to end.

custom amount of times -

the loop will run its automation lines a custom amount of times by a specified number (number object) from start to end.

stop loop -

the loop will stop another specified loop from running immediately, the loop will stop all other nested loops within the specified loop until the specified loop stops. (For JavaScript users this option mimics the "break" function).

Last updated