Notifications
Clear all

[Closed] wire parameter and limited range connection

Hi,
Could some on help me in solving this problem.
I have the height of a cylinder wired to an helper, so when you move the helper the cylinder change it’s height.
abs(z_position)
I would like to limit the range of the movement of the helper to certain values.
Could some one help me to write this expression, or give me tutorial links that could help.
I suppose it ‘s similar to Maya expression but I cannot find out how to write it.
Thank in advance

1 Reply
 PEN

Use a limit controller on the paramWire controller. Simple as that. Or you can use an if statement.


if val<maxVal then val else maxVal