Forum Replies Created

  • David Wigforss

    August 30, 2018 at 5:33 pm in reply to: Script to add an effect to selected layers

    Since no one answered you….

    You need to run thru a loop.


    // define the layer in the loop we're currently looking at
    for (i=0; i<selectedLayers.length; i++){
    var curLayer = curItem.selectedLayers[i];

    // add effect
    var slider = curLayer.Effects.addProperty("ADBE Fast Blur");
    }

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