How to create an interface with AEGP. Where to find information?
I am writing a C++ plugin and I need to create an interface that will interact with my plugin. I took Panelator as an example. When I run the plugin, I get only the panel title and the panel frame, and the rest (everything that should be inside) is transparent, there is not even a background. - is this a bug?
OK. There are AE_GeneralPlugPanels headers in the project, but this does not seem to solve the problem very much. I removed it everywhere in the code, tested it and the window is still created.
There is also S_CreatePanelHook which creates a panel when it is disabled. The window is still being created.
I can not understand. There is only one option left - cocoa framework. Maybe he is responsible for the creation of the window and the interface.
Please help me to understand and study this topic. Where can I read relevant topics and documentation?
I didn't find any information in the After Effects SDK.
Mac OS 13, Xcode
