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
First: File "/somewhere/gltf2usd-master/Source/gltf2usd.py", line 859, in <module>
Last: File "/somewhere/gltf2usd-master/Source/gltf2usd.py", line 524, in _create_keyframe_transform_node
Boost.Python.ArgumentError: Python argument types in pxr.UsdSkel._usdSkel.DecomposeTransform(Matrix4d, Vec3f, Quatf, Vec3h)
did not match C++ signature:
DecomposeTransform(pxrInternal_v0_19__pxrReserved__::GfMatrix4d)
Trying to convert this file: Archive.zip
Not sure if it is related to e g #168 as they do not seem to have actual errors
The text was updated successfully, but these errors were encountered:
i had the same issue, seems it's due to an API change in the latest release of Pixars USD. I therefore installed version 18.11 instead (you can grab it from https://github.com/PixarAnimationStudios/USD/releases). The error didn't show up anymore after that, but unfortunatly animations still didn't work (animations were done with Unity which worked fine in the gltf format).
still big thanks to @kcoley and everyone else who contributed to this tool, except the missing animations it works fine!
So we get something like this:
Trying to convert this file:
Archive.zip
Not sure if it is related to e g #168 as they do not seem to have actual errors
The text was updated successfully, but these errors were encountered: