Hello,
I noticed that, in Python, setShaderInput([1,2,3]) works fine on Ubuntu (compiled with ppremake) and it doesn’t on Windows (makepanda). Instead setShaderInput(PTAFloat[1,2,3]) works fine on both. Any idea why? Python lists should be coerced into PTA right?