Skip to main content
Hey Evgenii
Inspiring
October 25, 2023
Question

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

  • October 25, 2023
  • 2 replies
  • 455 views

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?

This topic has been closed for replies.

2 replies

Community Expert
October 27, 2023

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.

Community Expert
October 26, 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. 

Hey Evgenii
Inspiring
October 26, 2023

is there a way to do it via script?