Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
is there a way to do it via script?
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now