Access plugin list and parameters
Hi, dear Adobe team and forum folks. I want to develop an enhanced version of the AE plugin console that displays information about all installed plugins. Because the built-in can only display some names. What I want to do is to be able to display information about a certain plugin (including the plugin's parameter string, about information, etc.). In this way, users can know what kind of parameters a certain plug-in has to adjust, so that they can know without calling the plug-in, which can save some time and machine performance. So I have a few questions to ask:
1. Is there an API in the SDK to scan and get a list of all installed plugins (name, category, etc.)?
2. Is there an API in the SDK that allows the plugin to be called automatically when AE is enabled? After all, the development intention is an enhanced version of the built-in plug-in panel, and users cannot be called manually.
3. Is there an API in the SDK that can access a plugin's parameter string and related information?