Skip to content
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

[Enhancement] Support __AnyType__ token #95

Closed
syoyo opened this issue Oct 7, 2023 · 1 comment
Closed

[Enhancement] Support __AnyType__ token #95

syoyo opened this issue Oct 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@syoyo
Copy link
Collaborator

syoyo commented Oct 7, 2023

There are the following USD file exists in ALab scene.

It looks old USD(sdf) schema uses __AnyType__ token to represent generic Prim typeName.

def __AnyType__ "root"
{
 ...
}
```

https://github.com/PixarAnimationStudios/OpenUSD/blob/release/pxr/usd/sdf/testenv/testSdfParsingOld.testenv/184_def_AnyType.sdf

Treat it as "empty"
@syoyo syoyo added the enhancement New feature or request label Oct 7, 2023
@syoyo
Copy link
Collaborator Author

syoyo commented Oct 8, 2023

Supported via 29f91ed

@syoyo syoyo closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant