shake expressions

Home Page forums fx Art and Technique Expressions for VFX shake expressions

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202665
    Sanjeev Kumar
    Participant

    Hi I am using Kewchew4.Soften taking its value from KeyChew5.soften

    but it has to be only after frame 691 before that i wanted it to be 0,

    so i wrote this exprssion

    Code:
    KeyChew4.soften=Frame>691?KeyChew5,soften:0

    but i get Frame is not identifed variable, and when i change it to %f or frame

    #217465
    bnw
    Participant

    You want “time” rather than “frame” in Shake 🙂 Like this:

    KeyChew4.soften = time > 691 ? KeyChew5.soften : 0

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