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
Hi,
Here are the issues I found when using types-usd:
types-usd
Unknown type ReferenceTypePolicy for property pxr.Sdf.PrimSpec.referenceList
ReferenceTypePolicy
pxr.Sdf.PrimSpec.referenceList
cg-stubs/usd/stubs/pxr/Sdf/__init__.pyi
Line 1694 in 9166760
Unknown type RootPrimsView for return type pxr.Sdf.Layer.rootPrims()
RootPrimsView
pxr.Sdf.Layer.rootPrims()
Line 723 in 9166760
Partially unknown type for pxr.Usd.Prim.GetChildren(self) (should be list["Prim"])
pxr.Usd.Prim.GetChildren(self)
list["Prim"]
cg-stubs/usd/stubs/pxr/Usd/__init__.pyi
Line 624 in 9166760
Thanks!
3.11.6
23.5.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Here are the issues I found when using
types-usd
:Unknown type
ReferenceTypePolicy
for propertypxr.Sdf.PrimSpec.referenceList
cg-stubs/usd/stubs/pxr/Sdf/__init__.pyi
Line 1694 in 9166760
Unknown type
RootPrimsView
for return typepxr.Sdf.Layer.rootPrims()
cg-stubs/usd/stubs/pxr/Sdf/__init__.pyi
Line 723 in 9166760
Partially unknown type for
pxr.Usd.Prim.GetChildren(self)
(should belist["Prim"]
)cg-stubs/usd/stubs/pxr/Usd/__init__.pyi
Line 624 in 9166760
Thanks!
3.11.6
23.5.4
The text was updated successfully, but these errors were encountered: