Copy link to clipboard
Copied
Hello guys,
I work with Adobe After Effects CC 2017 Win SDK,
I've made homemade Imigration plugin in c++ for my team,
and I need to add on button into the project panel shell like Cineware_AE_Exporter.aex.
Which suite, or method could give me the possibility to do that ?
Ah OK I see. This is a menu item, so you should use the AEGP_COMMANDSUITE1 and AEGP_REGISTERSUITE5. I believe there are example AEGPs in the samples that add menu items like this.
Copy link to clipboard
Copied
Use the PF_ADD_BUTTON macro in ParamsSetup. Details on PF_Param_BUTTON on page 75 of the SDK Guide.
Copy link to clipboard
Copied
I don't use Effect Plugin, I have AEGP plugin.
I need to use PF function with AEGP to add a simple button into the After Effect ui ?

I just want to add another button with generic function behind.
Copy link to clipboard
Copied
Ah OK I see. This is a menu item, so you should use the AEGP_COMMANDSUITE1 and AEGP_REGISTERSUITE5. I believe there are example AEGPs in the samples that add menu items like this.
Copy link to clipboard
Copied
Thx, I found AEGP_Menu_IMPORT and it's perfect.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more