truerand for flame

Home Page forums fx Art and Technique Expressions for VFX truerand for flame

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202156
    deadbeats77_vb
    Participant

    hi-
    wondering if there is a way to slow down the “truerand” expression, so that it does not change on every frame but maybe every 3 frames or 10 frames. any ideas? thanks!

    #216713
    shannones riders
    Participant

    1.) you make an axis with the truerand function, named ‘TR’
    2.) write the following expression to the channel you would like to drive:

    if(mod(frame, 10) == 0, TR.position.x, eval(TR.position.x, frame-mod(frame, 10)))

    This means that your channel gives a new true value in every 10th frame and keeps it in the following 9 frame.

    Hope this helped.

    pH.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Copy link
Powered by Social Snap