We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are the following USD file exists in ALab scene.
It looks old USD(sdf) schema uses __AnyType__ token to represent generic Prim typeName.
__AnyType__
def __AnyType__ "root" { ... } ``` https://github.com/PixarAnimationStudios/OpenUSD/blob/release/pxr/usd/sdf/testenv/testSdfParsingOld.testenv/184_def_AnyType.sdf Treat it as "empty"
The text was updated successfully, but these errors were encountered:
Supported via 29f91ed
Sorry, something went wrong.
No branches or pull requests
There are the following USD file exists in ALab scene.
It looks old USD(sdf) schema uses
__AnyType__
token to represent generic Prim typeName.The text was updated successfully, but these errors were encountered: