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
  • The difference between property and action -
  • Calculations -

Was this helpful?

Action

Action automation line will preform a function on Layers, Items, Keyframes and more.

The action manipulate the object in multiple ways that may or may not affect the properties of the object, we can take a look at 2 properties of the layer object "move to beginning" and "duplicate", duplicate will not affect any property of this layer and "move to beginning" will affect the "index" property of this layer (the new index value will be 1).

Some actions require a specific input like layer, project, item, number, text in order to successfully work, the action will show only the properties that can be accepted by the specific action.

The difference between property and action -

Properties and action can look very similar at times because sometimes a change in property value can preform a function, for example setting the "start point" of a layer will move the layer in the timeline, on the other hand the action "move to beginning" will also move the layer position in the timeline so what is the difference?

The main differences are that action will only preform a function while a property stores a value and may preform a function too, a property value can be used in other automation lines while action is only accessible through the action automation line.

Calculations -

The action automation line can't preform calculations like a set automation line, this feature isn't planned to be implemented so if you need to make a calculation you should use the set automation line and then use the result in the action automation line.

PreviousSetNextVariable

Last updated 3 years ago

Was this helpful?