Automation Toolkit Pro User Guide
  • Introduction
  • Usage
    • Main Toolbar Window
    • Drag and Drop
    • Keyboard Shortcuts
    • Editor
  • Visit The Forum
  • Automation Lines
    • What is an automation line
    • The different types of lines
  • Automation line types
  • Loop
    • Loop Types
    • Loop Options
  • If
  • Message
    • Message Options
  • ListBox
    • ListBox Options
  • Set
  • Action
  • Variable
    • Variable Options
  • Variables Types
    • Text
      • Properties
      • Actions
    • Number
      • Properties
      • Actions
    • Layer
      • Properties
      • Actions
    • Item
      • Properties
      • Actions
    • Property/Effect
      • Properties
      • Actions
    • Boolean
      • Properties
    • Marker
      • Properties
      • Actions
    • Project
      • Properties
      • Actions
    • File
      • Properties
      • Actions
    • Folder
      • Properties
      • Actions
    • Effect
      • Properties
      • Actions
    • RQ Item (render queue item)
      • Properties
      • Actions
    • Output-Module
      • Properties
      • Actions
    • Collection
      • Number
        • Properties
        • Actions
      • Text
        • Properties
        • Actions
      • Layer
        • Properties
        • Actions
      • Item
        • Properties
        • Actions
      • Property/Effect
        • Properties
        • Actions
      • Boolean
        • Properties
        • Actions
  • creating automation - real world examples
    • ######### Automation
    • #########1 Automation
    • #########2 Automation
  • Page 1
    • Automation Toolkit Documentation
    • Automation Toolkit Loop Types
Powered by GitBook
On this page
  • items in the project -
  • items in project folder -
  • layers in the active comp -
  • layers in other comp -
  • properties in the layer -
  • effects in the layer -
  • properties in the effect -
  • keyframes in property -
  • markers in layer/item -
  • items in the render queue -
  • output modules in render queue item -
  • files in external folder -
  • folders in external folder -
  • custom amount of times -
  • stop loop -

Was this helpful?

  1. Loop

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).

PreviousLoopNextLoop Options

Last updated 3 years ago

Was this helpful?