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

Save and reuse an array of dynamic objects(for example Layers) in a local folder???

$
0
0

//Example Code

//This will be project specific code.

 

 

var myProjectFolder=app.project.rootFolder;

var myLayers=app.project.activeItem.selectedLayers;

var StoreAry=[];

var myLocalLoc=myProjectFolder;

 

 

for(i in myLayers){

 

     StoreAry[StoreAry.length]=myLayers[i];

}

// I want the above "StoreAryto" saved and reused in the location above "myLocalLoc"..

//I want to call the array where ever is necessary in some other code.

//Can it be Offline Array like some txt or jsx file ?


Viewing all articles
Browse latest Browse all 2143

Trending Articles



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