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

save after effects specific data buffer/clipboard to use it later

Participant ,
Oct 25, 2023 Oct 25, 2023

Hi guys, I am wondering is it possible somehow to save an application specific data (after effects) from buffer to some json, or binary file to restore it later and use again. For example coping the lyaer, storing the data about the layer, and later restoring the data to clipboard and pasting the layer again to timeline? 
It is pretty easy with texts using some node js libraries, but what about complex objects, like ae layers?

TOPICS
FAQ , SDK
387
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
Community Expert ,
Oct 25, 2023 Oct 25, 2023

The only thing that comes to mind is to select all of the effects, masks, and transform properties on the layer and save an animation preset. 

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
Participant ,
Oct 26, 2023 Oct 26, 2023

is there a way to do it via script?

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
Community Expert ,
Oct 27, 2023 Oct 27, 2023
LATEST

yes, it's possible.

take a look at the "ProjDumper" sdk sample project, it does half the process you're describing. it writes the project data to file.

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