Forum Replies Created

  • Rotem Lu

    May 23, 2016 at 6:44 am in reply to: Looping a mask path

    Hi Dan,

    Works great!

    Many Many Thanks!!

  • Rotem Lu

    May 22, 2016 at 7:40 pm in reply to: Looping a mask path

    Hi Dan,

    thanks for this post already helped me allot,
    wanted to ask if I want the loop to start after few number of keys
    how can i modify it ?
    thank you
    Rotem

    if (numKeys >1 && time > key(numKeys).time){
    t1 = key(1).time;
    t2 = key(numKeys).time;
    span = t2 - t1;
    delta = time - t2;
    t = delta%span;
    valueAtTime(t1 + t)
    }else
    value

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