/cmdid

Attempt at gathering most of After Effects' command IDs

Primary LanguageJavaScriptMIT LicenseMIT

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