Is the `getattribute` osl function supported in VRay for Houdini? I am trying to use it to access uv sets, e.g., "uv", "uv2", "uv3" -> "uv8". But I can't get it to work.
Here is an example of how I am trying to use it:

In this example, `getattribute` can't find the geometry attribute and always returns 0.
I have tried "uv7" and "primvars:uv7". Any advice?
Otherwise if there are other methods to access uv sets in osl, I am welcome to suggestions!
Many thanks,
Jake
Here is an example of how I am trying to use it:
In this example, `getattribute` can't find the geometry attribute and always returns 0.
I have tried "uv7" and "primvars:uv7". Any advice?
Otherwise if there are other methods to access uv sets in osl, I am welcome to suggestions!
Many thanks,
Jake
Comment