Jump to content

Setting Key Frames with Expression


7ofDiamonds

Recommended Posts

I'm trying to set keyframes with if statements, but I want these keyframes to have interpolation.

 

For example:

 

When $F = 10, set rotation to 50

 

When $F = 20, set rotation to 100

 

With the regular if statement, the rotation would jump from 50 to 100:

 

if ($F ==10, 50 ($F == 20, 100), 0)

 

Is there a way to set the keyframes to move from 50 to 100 as if a real key frame was created at those to points?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...