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
Additional context
I have tested the usd nurbs curves import with Katana versions:
4.0v8 default usd
5.0v1 default usd
5.0v1 with compiled usd tag 21.05_fn5_py3
compiled with the default build option from the BUILD.md
cmake ..
-DCMAKE_BUILD_TYPE="Release"
-DKATANA_API_LOCATION=<KATANA_ROOT>
-DUSE_KATANA_THIRDPARTY_LIBS=ON
-DCMAKE_INSTALL_PREFIX="/path/to/usd_for_katana/install"
cmake --build . --target install --config Release --parallel 8
The text was updated successfully, but these errors were encountered:
Describe the bug
UsdIn does NOT load nurbscurves
Steps to reproduce
Usd export nurbs curves from a program like maya
Load the exported usd nurbs curves with UsdIn
Expected behavior
UsdIn should load nurbs curves like alembic
Attachments
test_usd_nurbs_curves.zip
Specs (if applicable):
Additional context
I have tested the usd nurbs curves import with Katana versions:
compiled with the default build option from the BUILD.md
cmake ..
-DCMAKE_BUILD_TYPE="Release"
-DKATANA_API_LOCATION=<KATANA_ROOT>
-DUSE_KATANA_THIRDPARTY_LIBS=ON
-DCMAKE_INSTALL_PREFIX="/path/to/usd_for_katana/install"
cmake --build . --target install --config Release --parallel 8
The text was updated successfully, but these errors were encountered: