Forum Replies Created

  • Earl Cabuhat

    November 19, 2015 at 5:07 pm in reply to: change comp names automatically

    Hi. Thank you for this script. It seems to be working in CS6.

    Did you ever figure out how to create a “find and replace” function as mentioned by Brett McConnell?

    Thanks,
    Earl

  • Earl Cabuhat

    August 10, 2015 at 3:13 pm in reply to: Trigger Layer Position with Layer Marker

    Here’s the code if anyone’s interested. Added to the Null(Trigger) layer. Layer(s) parented to Null will be triggered with markers on the Trigger layer.

    offsetAmt = -1080;
    easeDur = .33;
    n = 0;
    if (marker.numKeys > 0){
    n = marker.nearestKey(time).index;
    if (marker.key(n).time > time) n--;
    }
    yOffset = 0;
    if (n > 0){
    t = time - marker.key(n).time;
    yOffset = easeOut(t,0,easeDur,(n-1)*offsetAmt,n*offsetAmt);
    }
    value + [0,yOffset];

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