FIXED: Touch crash when adding more that 16 float or int attributes on points with a Dat To SOP

VERSION : 2019.19930
OS : windows
Hi,
Touch is crashing if i try to add more that 16 float or int attributes on points with a Dat To SOP.
Please find attached a toe file that reproduce the crash.
If you enable the “datto1” operator touch will crash directly.
Cheers,
Colas
datTo.10.toe (10.3 KB)

This bug is now fixed. Thanks for the report!. FYI GLSL shaders can only use 16 attributes on modern GPUs, if you plan to do GLSL with this data.

Awesome thank you malcom :slight_smile: