limit one parameter by the value of another?

   1295   1   1
User Avatar
Member
65 posts
Joined: 2月 2017
Offline
I'm using a curve sop, and I'd like to limit the cuts of First V and Second V.
For example:

FirstV = 0.25
SecondV = 0.75

FirstV should never go beyond the current value of SecondV, in this example 0.75.
If SecondV moves down from 0.75, FirstV should go along for the ride.
Edited by aoakenfoArchiact - 2017年3月24日 21:51:58
User Avatar
Member
670 posts
Joined: 9月 2013
Online
did you try
clamp(first, 0, second)
https://procegen.konstantinmagnus.de/ [procegen.konstantinmagnus.de]
  • Quick Links