Skip to content

Attempt at gathering most of After Effects' command IDs

License

Notifications You must be signed in to change notification settings

docsforadobe/cmdid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdid

Attempt at gathering most After Effects' command IDs.

Goal

To have a module of version independent enums that can be used in any script. Supporting AE 15.0 (CC 2018) and up.

Usage

app.executeCommand(Cmd.PREFS_GENERAL)

Status

Very much work-in-progress, but check out the initial list for AE 17.X.

Building on the work of David Torno and Justin Taylor.

Todo

  • Rename duplicate command names
  • Programmatically merge version specific cmds into commands object
  • Add missing command IDs

About

Attempt at gathering most of After Effects' command IDs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published