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

Storing AEGP data in a comp or project?

Participant ,
Mar 04, 2024 Mar 04, 2024

Copy link to clipboard

Copied

I'm developing an AEGP plugin, and I'd like to store my own custom data in a comp, or in a project. Is there a way to do that?

TOPICS
SDK

Views

109

Translate

Translate

Report

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 , Mar 05, 2024 Mar 05, 2024

well... there's no facility designed for that, but you can make use of layer and comp comments which are i've NEVER seen a user make use of, and are very rarely even displayed in the UI...

i've used that trick on numerous occasions where i needed to stash some layer/comp related stuff. you can just hope the that user doesn't use any other plug-in doing the same stuff.

 

alternatively, you could add a null layer to the comp, name it "my stuff, do not delete" and lock it (just make sure the user u

...

Votes

Translate

Translate
Community Expert ,
Mar 05, 2024 Mar 05, 2024

Copy link to clipboard

Copied

well... there's no facility designed for that, but you can make use of layer and comp comments which are i've NEVER seen a user make use of, and are very rarely even displayed in the UI...

i've used that trick on numerous occasions where i needed to stash some layer/comp related stuff. you can just hope the that user doesn't use any other plug-in doing the same stuff.

 

alternatively, you could add a null layer to the comp, name it "my stuff, do not delete" and lock it (just make sure the user understands what it is). then use that layer's comments field.

 

another solution would be to create a folder in the ae project (name is something clear) and put folders inside it who's names contain comp id data to tell what comp they refer to, and the data itself. that will create minimal clutter in the project. (just one visible folder for the entire project)

Votes

Translate

Translate

Report

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
Participant ,
Mar 05, 2024 Mar 05, 2024

Copy link to clipboard

Copied

LATEST

Those are all great ideas. Thanks for the suggestions. I'm going to create a null layer with a special name, and then stuff data into comment marker!  ðŸ™‚ Locking the null layer is a great idea too. Thanks.

Votes

Translate

Translate

Report

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