Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to record the selected action in the form of commands and codes?

Engaged ,
Nov 20, 2024 Nov 20, 2024

Where does the sequence of commands and codes come from, such as in this line (this is just for example and this is the entry that is written to the .aia file when used in a script) ?

"/version 3 /name [ 7 466c617474656e ] /isOpen 1 /actionCount 1 /action-1 { /name [ 20 466c617474656e205472616e73706172656e6379 ] /keyIndex 0 /colorIndex 0 /isOpen 1 /eventCount 2 /event-1 { /useRulersIn1stQuadrant 0 /... }"

Is it possible to get such a line for the selected action from the action panel?

TOPICS
How-to , Scripting
129
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 20, 2024 Nov 20, 2024

it's hard to tell when the Action is already stringyfied. 

 

to have a better idea of the process, record an action with one or two steps, export, then open it with a text editor.

 

As you can see in this example, it's indented, it's easier to see when each block starts and ends

 

CarlosCanto_0-1732118943044.pngexpand image

 

Translate
Adobe
Community Expert ,
Nov 20, 2024 Nov 20, 2024
LATEST

it's hard to tell when the Action is already stringyfied. 

 

to have a better idea of the process, record an action with one or two steps, export, then open it with a text editor.

 

As you can see in this example, it's indented, it's easier to see when each block starts and ends

 

CarlosCanto_0-1732118943044.pngexpand image

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines