Forum Replies Created

  • Mauro Carlieri

    January 7, 2017 at 1:43 am in reply to: Random Motion only when opacity >= 20

    Yes, exactly.
    I need the light layer to move to a new random position(only X and Y) everytime the light intensity is <=20. It must hold that position until the light intensity goes under 20 again..
    i hope is clean now.. Thanks ????????
    Mauro

  • Mauro Carlieri

    January 6, 2017 at 4:05 pm in reply to: Random Motion only when opacity >= 20

    I need something like dan ebberts expression :

    holdTime = .5; //time to hold each position (seconds)
    minVal = [0.1*thisComp.width, 0.1*thisComp.height];
    maxVal = [0.9*thisComp.width, 0.9*thisComp.height];

    seed = Math.floor(time/holdTime);
    seedRandom(seed,true);
    random(minVal,maxVal)

    but instead of evry .5 sec, evrytime light intensity is >= 20

  • Mauro Carlieri

    April 8, 2014 at 12:24 pm in reply to: Random change to specific color

    HI Dan, Hi Kevin

    I just found your fantastic script!!! Very useful!!
    But it will be possible to add some randomness to the duration of the easetime and Seg Duration.

    I have to apply to many layers and it will be nice if there’s also some variation in the velocity of the transition from one color to another

    Thank you very much,
    Mauro

  • Mauro Carlieri

    December 4, 2006 at 8:29 pm in reply to: Maya Camera Import – Unit Translation

    Hi there, I have the same problem as well,
    What I’m doing now is linking the camera to a null and scale the null,
    but it’s not perfect, you still need to fine-tune…

    Check this link as well, I don’t think is possible but I’m a quite new Maya user so
    might be..

    https://forums.creativecow.net/cgi-bin/new_read_post.cgi?forumid=2&postid=98396&archive=T

    Mauro

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