Quantcast
Channel: Adobe Community : Discussion List - After Effects Scripting
Viewing all articles
Browse latest Browse all 2143

How to Get Nested Comps into new array from current active comp??

$
0
0

Thanks. Can you please share a function() or idea ..to get all nested Comps into a single array from current active comp.??

Am banging my head on wall to find atleast one property where its linked to Nested comp and Main comp in Project window.I saw "Reveal in Composition" is Linked to Parent Comp but no property in extended script guide. 

 

AFX COMP

---------

MainComp(Precomp(Precomp(Precomp(Precomp)))) 

 

 

Script

--------

var myComp=app.project.activeItem;

var myLayers=myComp.layers;

var allComps= new Array(); 

for(i=1;i<myComp.numLayers;i++){

curLayer=myLayers[i];   

if(curLayer.source instanceof CompItem==true)

allComps = function getAllNestedComps(??); 

}


Viewing all articles
Browse latest Browse all 2143

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>