Attempt at gathering most After Effects' command IDs.
To have a module of version independent enums that can be used in any script. Supporting AE 15.0 (CC 2018) and up.
app.executeCommand(Cmd.PREFS_GENERAL)
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.
- Rename duplicate command names
- Programmatically merge version specific cmds into
commands
object - Add missing command IDs