Skip to main content
Participant
November 15, 2023
Question

Creating a Dynamic Listbox of After Effects Menu Commands

  • November 15, 2023
  • 0 replies
  • 122 views

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 

 

This topic has been closed for replies.