Skip to main content
Inspiring
August 30, 2025
Answered

Dynamic Menu - After Effects Plugin SDK

  • August 30, 2025
  • 1 reply
  • 125 views

I'm working on a plugin that deals with Alembic 3D files. I can parse the geometry in the .abc and load it. What I really want is for that data to populate a dropdown menu in the plugin. But I can't seem to make the dropdown menu dynamic. So, when I select my .abc layer in After Effects comp, I can't get it to populate the dropdown with info from that file.

 

This reminds me of how "Visible Layers" in the Mocha plugin works. It dynamicly loads info from Mocha, but it's in a popup menu. What is that technique called?

Correct answer richard_7887

It’s called a dynamically populated PF_PopUp menu in the After Effects SDK.

1 reply

richard_7887Correct answer
Participant
August 30, 2025

It’s called a dynamically populated PF_PopUp menu in the After Effects SDK.