Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Removing a effect with script

  • Dan Ebberts

    June 16, 2015 at 4:26 pm

    You can do it like this:

    layer.effect.property(“Box Blur”).remove();

    Dan

  • Jakob Wagner

    June 17, 2015 at 7:58 am

    That works. Thank you. 🙂

  • Dilhan Peiris

    November 3, 2015 at 11:31 am

    Hi guys,
    This method doesn’t work for me.

    I added the effect like in the below:

    How could I remove it now? pls reply me asap.

    Cheers,
    D

    var shaLayer= thisLayer.Effects.addProperty("ADBE Drop Shadow")("Direction").setValue(180); thisLayer.Effects("ADBE Drop Shadow")("Shadow Only").setValue(1); thisLayer.Effects("ADBE Drop Shadow")("Distance").setValue(0); thisLayer.Effects("ADBE Drop Shadow")("Softness").setValue(75); thisLayer.Effects("ADBE Drop Shadow")("Opacity").setValue(175);

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