Activity › Forums › Adobe After Effects Expressions › scripting : creating comp
-
Martin Andersen
May 5, 2015 at 12:05 amvar myfile = app.project.importFileWithDialog();
app.project.showWindow(false);
app.project.showWindow(true);// File > New Comp from Selection
app.executeCommand(2796);
Reply to this Discussion! Login or Sign Up