Out:Face Selection -> int8?

I followed “Select Faces By Camera” tutorial.
In screen capture, Out:Face Selection has “float32[3]” type, but mine shows as “int8”.
The setup worked, though.

This was a bug I fixed today. All Output channel types were being shown incorrectly as float32[3] due to a hack from a few months ago that I forgot to remove. Will try to fix the screenshots… (EDIT: Fixed this example)
Sorry for the misleading image!