Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

How to make an AEGP plugin invisible

Explorer ,
Feb 15, 2024 Feb 15, 2024

I'm developing an AEGP plugin, based on the AE SDK "Commando" example.

By default, the plugin name appears grayed-out in After Effects "Window" toolbar. I want it to be completely remove it from there, as it's goal is to work on the background and be invsible to the user.

How can I achieve that?

TOPICS
How to , SDK , User interface or workspaces
332
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Feb 15, 2024 Feb 15, 2024

just don't use AEGP_InsertMenuCommand or AEGP_RegisterCommandHook. they're only needed to put a menu entry.

Translate
Community Expert ,
Feb 15, 2024 Feb 15, 2024

just don't use AEGP_InsertMenuCommand or AEGP_RegisterCommandHook. they're only needed to put a menu entry.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 19, 2024 Feb 19, 2024
LATEST

It did the job.

Thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines