-
[SCRIPT] How to change AME’s render location and outputmodules from AE ?
Hi everyone, I’m working on a script which has to render a lot of comps, but I don’t want to do it in AE because the app freezes when rendering.
I’m able to send my comps to AME (thanks to this topic, but I need to set locations and output modules I created.Any clue for it ?
Thanks a lot,
David
for ( var i = 0; i<DD_tabCompoFinales.length ; i++){
DD_tabCompoFinales[i].selected = true ;
app.executeCommand(3800);
}