Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Evolution Stopped Evolving?

  • Evolution Stopped Evolving?

    Posted by Tony Peterson on March 20, 2009 at 5:57 pm

    I have a 5min countdown clock with a fractal noise layer using the time*200 expression in the evolution. The evolution starts great and simply stops at 2:16… what the heck?
    see it here…
    https://www.vimeo.com/3778976
    a rundown of my setup…
    top layor: black solid with feathered mask (vingette)
    next layor: text layor with the following expression (thank creative cow)

    rate = -1;
    clockStart = 300;
    function padZero(n){
    if (n < 10) return "0" + n else return "" + n } clockTime = Math.max(clockStart + rate*(time - inPoint),0); t = Math.floor(clockTime); min = Math.floor((t%3600)/60); sec = Math.floor(t%60); min + ":" + padZero(sec)

    next layor: a png of the shiney logo
    next layor: a psd of the textured dark ribbon
    next layor: a black solid with the following effects (in order)
    -Fractal Noise: this has the evo expression time*200
    -Fast Blur: 15
    -CC Vector Blur: 20
    (this layors tranfer mode is set to Classic Color Dodge)
    final layor: psd layor of a colorful graphic I made

    thinking it had something to do with the time expression, i manually set a keyframe at the beginning of 0 evolution and at the end of 166x and it still stops at 2:16.
    I’m stuck… please any ideas?

    Cameron Edmunds replied 5 years, 10 months ago 6 Members · 7 Replies
  • 7 Replies
  • Dan Ebberts

    March 20, 2009 at 7:14 pm

    I can’t duplicate the behavior using your time expression. It works fine for me. There must be something else going on.

    Dan

  • Tony Peterson

    March 20, 2009 at 7:20 pm

    isn’t that typical…
    your car doesn’t start so you call your car buddy over to take a look. pop the hood and turn the key and the car comes to a roaring start… that’s life i guess.
    thanks for trying, i suppose i’ll just make the countdown 2:45min instead of 5min.

  • Filip Vandueren

    March 20, 2009 at 9:32 pm

    My Evolution only works between about -90x 0° and 91x 0° which Corresponds with your problem.

    It has to do with the maximum allowed value for integers inside After Effects, and I think they are different for mac and PC. Sad that the value isn’t limited in the UI ie. that you couldn’t scrub the value above that value like you can’t set opacity to 101%

    So:
    In the evolution options, enable ‘Cycle Evolution’ and set Cycle (in Revolutions to a fairly high number that’s less than this limit, let’s say 80 in my case)

    then use this in your expression:

    rev=360 * effect("Fractal Noise")("Cycle (in Revolutions)");
    t= (time*200)%rev;

  • Tony Peterson

    March 20, 2009 at 11:15 pm

    Um…
    fixed and FIXED!
    I’m all up and running now… thanks a ton Filip!

  • Chris Garcia

    October 26, 2013 at 7:39 pm

    Thanks Filip! I was stuck as well.

  • Javier Toledo

    October 5, 2018 at 4:43 pm

    Great thank you very much! I had the same problem
    It does not work for “turbulent noise” but it does work fine for “Fractal Noise”.

  • Cameron Edmunds

    September 22, 2020 at 12:18 am

    THANK YOU!!!! This saved my bacon!!! Had a lovely handrawn effect that was only lasting for 20 seconds of a 3 minute video *face palm.

    You are a gentleman and a scholar! HeartRelieved

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