Switch POP Error when blending between inputs with attribute of type (u)int

The Switch POP returns an error when trying to blend between inputs with attributes of type int/uint. Maybe the int can just get a hard cut at 0.5, so you can still blend the floats. See example attached.

switchPOPError.tox (694 Bytes)

Hey Daniël,

Thanks for the report. We have logged this as a bug to be looked at soon.

Varad

1 Like

Hello @daniel_steenhoff

This will be fixed in the next build we release. To stay consistent with the Blend POP, when blending uint or int attributes, the blend result will be truncated back to the corresponding uint or int type.

1 Like