Forum Replies Created

  • Clemensk

    May 15, 2006 at 11:40 pm in reply to: calculating a vector to angle with expressions

    yes. i’m aware of this. It’s just for some abstract background. I’m using the inside option so it looks like you’re inside the sphere.

  • Clemensk

    May 15, 2006 at 11:40 pm in reply to: calculating a vector to angle with expressions

    yes. i’m aware of this. It’s just for some abstract background. I’m using the inside option so it looks like you’re inside the sphere.

  • Clemensk

    May 15, 2006 at 3:54 pm in reply to: calculating a vector to angle with expressions

    I already tried this but it doesn’t work. Parameters keep constant on the Null-Layer.

  • Clemensk

    May 15, 2006 at 3:54 pm in reply to: calculating a vector to angle with expressions

    I already tried this but it doesn’t work. Parameters keep constant on the Null-Layer.

  • Clemensk

    May 9, 2006 at 7:07 pm in reply to: scaling with expressions

    thank you for your reply.

    nice script, looks much better than the one i figured out, but basically they do the same. Do you have a solution for my second question too? some sort of easing which slightly overshoots the target value.
    for example 0 > 120 > 100

    ???

    Clemens

  • Clemensk

    May 9, 2006 at 7:07 pm in reply to: scaling with expressions

    thank you for your reply.

    nice script, looks much better than the one i figured out, but basically they do the same. Do you have a solution for my second question too? some sort of easing which slightly overshoots the target value.
    for example 0 > 120 > 100

    ???

    Clemens

  • Clemensk

    May 9, 2006 at 5:52 pm in reply to: scaling with expressions

    i found a simple solution myself but maybe you can help me to improve the script. the layer is scaled now linear from 0 to 63 beginning at the inpoint. It would surely look better if it goes from for example from 0 to 80 in 10 frames and from 80 to 63 in 3 frames.

    any ideas.

    best regards
    Clemens

    adjust = 90

    temp= time – inPoint;
    temp = temp * adjust
    temp =Math.min(temp, 63) ;

    outtemp= outPoint -time;
    outtemp = outtemp * adjust
    outtemp =Math.min(outtemp, 63) ;
    temp =Math.min(temp, outtemp) ;

    [temp,temp]

  • Clemensk

    May 9, 2006 at 5:52 pm in reply to: scaling with expressions

    i found a simple solution myself but maybe you can help me to improve the script. the layer is scaled now linear from 0 to 63 beginning at the inpoint. It would surely look better if it goes from for example from 0 to 80 in 10 frames and from 80 to 63 in 3 frames.

    any ideas.

    best regards
    Clemens

    adjust = 90

    temp= time – inPoint;
    temp = temp * adjust
    temp =Math.min(temp, 63) ;

    outtemp= outPoint -time;
    outtemp = outtemp * adjust
    outtemp =Math.min(outtemp, 63) ;
    temp =Math.min(temp, outtemp) ;

    [temp,temp]

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