Welcome to episode 6 of the After Effects ExtendScript Training series. This week we will be learning to collect data from multiple assets into an Array() via a loop. We are also going to learn how to set various values of comps, layers and properties via ExtendScript.
If you have missed the last few episodes you can find them here:
Episode 1 (Intro)
Episode 2 (Javascript Basics p1)
Episode 3 (Javascript Basics p2)
Episode 4 (After Effects Object Model structure overview / Script Preparation and development tips / Single Item Access of various project items, comps and layers)
Episode 5 (Access Renderqueue items, output modules and file paths / Multiple item access of project items, comps and layers / Batch change all renderqueue items file paths)
In this episode:
– Collecting data into an Array()
– Changing values
– Various tips