Forum Replies Created

  • Mario Rosales

    January 15, 2013 at 10:44 pm in reply to: Can an expression link to another expression?

    THANK YOU!!! 🙂

    Cool very cool! I’m excited… Just cause

  • Mario Rosales

    January 10, 2013 at 1:14 am in reply to: Can an expression link to another expression?

    Goodness! Your so right, how could I had forgoten!

    Well I did do that and I was able to make several layers work, howeverw I got an error.

    Here’s my script

    Vy0 = thisComp.layer(“Null 1”).effect(“y Velocity”)(“Slider”); //initial y velocity (pixels/second)
    Vx0 = thisComp.layer(“Null 1”).effect(“x Velocity”)(“Slider”); // initial x velocity (pixels/second)
    g = thisComp.layer(“Null 1”).effect(“Gravity”)(“Slider”); // gravity (pixels/second/second)
    floor = thisComp.layer(“Null 1”).effect(“Floor”)(“Slider”);
    e = thisComp.layer(“Null 1”).effect(“Elasticity”)(“Slider”); //elasticity
    b = floor – position[1];
    h = b + Vy0*Vy0/(2*g);
    T = Vy0/g + Math.sqrt(2*h/g);
    if ((time-inPoint) < T){
    y = Vy0*(time-inPoint) – g*(time-inPoint)*(time-inPoint)/2 + b;
    }else{
    Vy = -(Vy0 – g*T);
    while (true){
    Vy *= e;
    t = T;
    T += 2*Vy/g;
    if ((time-inPoint) < T){
    t = (time-inPoint) – t;
    y = Vy*t – g*t*t/2;
    break;
    }else if (T – t < thisComp.frameDuration){
    y = 0;
    break;
    }
    }
    }


    I have the expression working on layers and comps. It also isn’t applied to certain Layers or Comps. Any light for this error?

    Cool very cool! I’m excited… Just cause

  • Thanks Erik,

    Tidy up is a great script and if I were to go that route I would purchase their “Corner Cutters” because you get Tidy up plus way more, and for a respectable price.

    However, I did find “Project Sync” which the user creates a master file and imports the sub-AE files to ‘sync’ it with (https://aescripts.com/ae-project-sync/). I have NOT purchased it so I can’t give my opinion but it sounds good and so do the reviews.

    With these options in hand there’s more wiggle room to decide as a team whats the best streamline. Hope this helps others too.

    Thanks

    Cool very cool! I’m excited… Just cause

  • Thank you Ted for your response. It’s a good idea that you proposed. However this creates some bugs for complicated animations.

    I’ll keep hoping that one day Adobe could come to the rescue for some very neat solution for that quick animation add.

    Cool very cool! I’m excited… Just cause

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