USD Asset Resolver for OpenPype
This is still in very early stages, lying down infrastructure.
- clone USD git@github.com:PixarAnimationStudios/USD.git
- get inside and create Python venv:
python -m venv .venv
- activate newly created venv (
.\.venv\Scripts\activate.bat
on Windows) - install USD tools with
pip
- PySide2, PyOpenGL, jinja2 - run build script
python .\build_scripts\build_usd.py --embree --openimageio --opencolorio --alembic --hdf5 --materialx /path/to/build/folder