Forum Replies Created

  • Anna Blume

    August 30, 2012 at 8:54 am in reply to: making opacity binary (on or off) with expression

    Hi Adam,

    I’m also a beginner, but try the expression attached. If you connect the variable maxVal with an additional slider you can also change this value over time.

    maxVal = 80;
    if (thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider") >= maxVal) {
    100}
    else {
    0}

  • Anna Blume

    August 19, 2012 at 9:22 am in reply to: Paint Effect Brush Inpoint

    Hi all,

    is there any documentation about which index / number represents a property?
    This would be very helpful!

    Thanks a lot!
    Anna

  • Anna Blume

    August 18, 2012 at 8:19 am in reply to: Paint Effect Brush Inpoint

    Thank you both!!
    Dan Ebbert’s approach do work well. Dan Fredley’s suggestion do not, since one cannot “look for property by name in group stroke” within an expression.

    And as I saw the end point of the stroke is then value[1].

    Thank you once again!
    Anna

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