Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Changing effect parameters with a script

  • Changing effect parameters with a script

    Posted by Andy Baumgartner on June 11, 2009 at 6:02 pm

    Hi in a tutorial I was reading they described how to change a transform value in after effect like this

    myRotation = mySolid.property(“rotation”);
    myRotation.setValueAtTime(0,0);

    My question is: how can I do this with an effect parameter, specifically the colorize Hue parameter in the Hue/Saturation effect.

    Andy Baumgartner replied 16 years, 11 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    June 11, 2009 at 6:28 pm

    This should work:

    myEffect = mySolid.property(“ADBE Effect Parade”).property(“ADBE HUE SATURATION”);
    myEffect.property(“ADBE HUE SATURATION-0008”).setValueAtTime(0,0);

    Dan

  • Andy Baumgartner

    June 11, 2009 at 7:29 pm

    thanks!

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