Forum Replies Created

  • Hylda Von dincklage

    November 19, 2013 at 4:03 am in reply to: InDesign into After Effects?

    This will split everything onto its own layer in Indesign

    var mySels = app.selection.length;
    if (mySels == 0) {
    alert(“Select the object and Run the script”);
    exit(0)
    }
    else{
    while(mySels–){
    var objLayer=app.activeDocument.layers.add();
    app.selection[mySels].itemLayer = objLayer;
    }
    }

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy