I am working on After Effects scripts and using AE scripting guide as a base of learning.
I have one After Effect project which includes two AE projects in it and each of the project having multiple items in it.
I want to fetch the composition from the master project having specific name but without looping through all items in the project. For example,
var myComp = app.project.comp("Composition Name");
Is this possible ? Is there any other way around ?