Jump to content

frame at value


3dbeing

Recommended Posts

i'm not sure if this is what you want. You could use expression CHOP to get all those frames I think.

Indeed that should do the trick! Expression chop is still a bit of black magic to me, for instance why doesn't it spike in the middle, where orange crosses twice?

thanks!

Edited by 3dbeing
Link to comment
Share on other sites

Indeed that should do the trick! Expression chop is still a bit of black magic to me, for instance why doesn't it spike in the middle, where orange crosses twice?

thanks!

That's because there's no samples on that exact values. You could hit "d" when at the motion view (the CHOP curves) and see all the sampled values.

But you can still get what you want with the following expression:

if(ic(0,0,$I-1) * ic(0,0,$I) < 0 || $V == 0, 1, 0)

Check out the attached file.

Cheers!

post-7537-132618200697_thumb.png

chopSampleSpeed2.hipnc

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...