Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 711 Bytes

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