-
Import footage + create comp + set comp active = Solution Here
today i just figured this solution out, and i want to share it:
var myfile = app.project.importFileWithDialog();
app.project.showWindow(false);
app.project.showWindow(true);// File > New Comp from Selection
app.executeCommand(2796);Many people on the net, have problem setting the composition active, this solution works.
cheers 😉
Sorry, there were no replies found.