Skip to content

Find and use Command IDs for scripting in Adobe After Effects across versions with an interactive viewer, json files, and parser.

License

Notifications You must be signed in to change notification settings

bdrmotion/after-effects-command-ids

 
 

Repository files navigation

After Effects Command IDs · GitHub license

Find and use Command IDs for scripting in Adobe After Effects across versions.

Full blog post: https://hyperbrew.co/blog/after-effects-command-ids/


Viewer

Open the viewer to quickly search and find the Command ID for your version of After Effects:

https://hyperbrew.github.io/after-effects-command-ids

Viewer


Usage

Use Command IDs in After Effects with app.executeCommand();


JSON

Download the complete list of JSON file for each version of After Effects in the /json/ folder.


Parser

See the parser in the /parser/parse-dat.js to find Command IDs yourself.


Develop Quickstart

  • Install: yarn
  • Develop: yarn dev
  • Build: yarn build

About

Find and use Command IDs for scripting in Adobe After Effects across versions with an interactive viewer, json files, and parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.5%
  • CSS 23.3%
  • JavaScript 21.3%
  • HTML 4.9%