Copy link to clipboard
Copied
Is it possible for Adobe ExtendScript to access all After Effects menu commands, similar to how we use app.effect to access all effects, without manually adding menu command lists? I intend to populate a Listbox with these menu commands.
I have attempted to populate the menu commands by either directly calling a text (.txt) or JSON (.json) file containing a list of menu command IDs.
Additionally, I experimented with encoding the contents of the text or JSON file to base64 and then decoding it into a variable.
However, it’s worth noting that my experience has been mixed—sometimes it works as expected, but other times I encounter errors.
Latest Script
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now