RESOLVED: switch TOP vs filter CHOP

create 2 moviein and a switch TOP, then create a constant CHOP followed by a filter CHOP. Reference the filter CHOP in the index parameter of the switch. Set value0 in the constant CHOP to 1 >> it goes to 1 in the filter, but the switch TOP does not switch (unless you turn on blend)

Hi Achim.
Unfortunately the value from the filter only reaches 0.99998 and the Switch TOP
rounds down its values when not blending.

You can examine CHOP values at a higher precision by hitting ā€˜pā€™ in the CHOP viewers.

In this case I would suggest intoducing a round() expression, or perhaps a limit CHOP
to quantize the value.

Hope that helps,
-Rob.