jms Posted December 12, 2013 Share Posted December 12, 2013 Simple question What expression should i enter to clamp a valué correctly?? for example i put a box in the scene. And in obj le el i put in the TY value. clamp(ch("ty"), .1, 1). But it's wrong Thanks Quote Link to comment Share on other sites More sharing options...
anim Posted December 12, 2013 Share Posted December 12, 2013 you can't reference parameter to itself, it would create infinite recursion so you can either reference other parameter which value you want to clamp or rightclick on your animated parameter and choose Motion Effects/Limit it will still allow you to animate the parameter and will apply clamping on top Quote Link to comment Share on other sites More sharing options...
edward Posted December 14, 2013 Share Posted December 14, 2013 Try clamp(constant(), .1, 1) ... I think that will let you type in a value on the parameter (NOT in expression mode) and have it clamped. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.