Hi
When using Arnold for Maya Is it possible to read geometry attributes from a alembic file created in Houdini?
I know attributes must be promoted to vertex and that you can read the Cd attribute (because it is automatically converted in maya to a Color Set). The user data color can read it.
But I have tried to read float and vector attributes using the User Data Float and User Data Vector and Arnold does not seem to be able to read them. Is the only way to save attributes as Color Sets?
For instance I exported a .abc geometry file from houdini with a vertex float attribute called "infect" with range 0 t 1 and I wanted to plug it in the Roughness slot of a aiStandard Surface. How can I do it correctly?
Many thanks