Adobe Scripting

We can write scripts in after effects and make them run to comple tasks, or to automate tasks.

To refer to a project we use
proj = app.project

To refer to active composition we use
comp = app.project.activeItem;

Get layers from comp we use
Layer = comp.layers[0]



Post a Comment

0 Comments