-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
katana PxrUsdIn doesn't respect custom attrs #45
Comments
Hi Belal, def Sphere "MyBall" then pxrUsdIn should import it onto /World/MyBall.userProperties.myAttr Apologies about the lack of documentation on this, and lack of official API in USD core for authoring these (and the confusing "custom" metadata on USD properties, which we plan to deprecate). Let me know if you have further problems here! --spiff |
Hi Sebastian,
|
|
Sounds wonderful.. thanks for the clarification. |
writing usd with custom attribute on objects using USD_UserExportedAttributesJson attribute, then reading this usd in Katana, then the custom attrs are not read and not available for Katana except if the attributes were written in the "primvars:" namespace.
I expected writing some static/constant attrs out as material tags and texture tags that don't need to be in primitive scope and doesn't need interpolation.
The text was updated successfully, but these errors were encountered: