Tag Clamping / value limiting

Hi,

Yes, it turns out that clamping isn’t quite working correctly right now. What you tried to do should work- and it has been fixed for 7.2. The problem was that if Raw==Scaled, it figured there was nothing to do, and avoided performing the scaling to increase performance. Unfortunately it didn’t take into account the clamp mode.

As a work around, you can make your scaled value very very slightly different, not enough to really modify your value, and it should work. For example, instead of “30” for your raw high, make it “30.00001”.

Regards,