-
setting a maximum value with IF ELSE in the property to be edited
HI everyone, I have a control layer that drives many other layers. I want to add an expression to the scale of this layer so that it is impossible to go above 100. Is this possible, writing the expression to the property itself rather than using another slider ? I am thinking something like
if(transform.scale.value<100)value else 100
but of coarse that doesn’t work.
Thanks