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
pixar
The pxr.UsdKatana Python package cannot be imported due to its __init__.py attempting to import a function from a pixar package.
pxr.UsdKatana
__init__.py
import pxr.UsdKatana
The text was updated successfully, but these errors were encountered:
Filed as internal issue #153628.
Sorry, something went wrong.
In usd-0.8.1 it is also missing wrapCache.cpp in ../third_party/katana/lib/usdKatana/CMakeLists.txt causing it to error out
Add missing file to CMakeLists.txt
2b23675
Addresses #323 (Internal change: 1803989)
de49d83
No branches or pull requests
Description of Issue
The
pxr.UsdKatana
Python package cannot be imported due to its__init__.py
attempting to import a function from apixar
package.Steps to Reproduce
import pxr.UsdKatana
The text was updated successfully, but these errors were encountered: