You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pxr.Ar.GetAssetInfo() fails to run, in Python. It errors with
Traceback (most recent call last):
File "bug.py", line 7, in <module>
print(_RESOLVER.GetAssetInfo(uri, resolved))
TypeError: No to_python (by-value) converter found for C++ type: pxrInternal_v0_22__pxrReserved__::ArAssetInfo
Description of Issue
pxr.Ar.GetAssetInfo()
fails to run, in Python. It errors withI'm writing this page as a follow up to this usd-interest post: https://groups.google.com/g/usd-interest/c/gmWUJpu5pBM
Steps to Reproduce
Install USD (I was using 22.08, at the time of writing)
Attempt to call Ar.GetAssetInfo()
And you'll get the traceback, shown above
System Information (OS, Hardware)
Package Versions
Build Flags
Vanilla
build_usd.py
settingsThe text was updated successfully, but these errors were encountered: