/OpenPype-USD-Resolver

USD Asset Resover or OpenPype

Apache License 2.0Apache-2.0

OpenPype USD Resolver

USD Asset Resolver for OpenPype

This is still in very early stages, lying down infrastructure.

Notes about compiling USD

  1. clone USD git@github.com:PixarAnimationStudios/USD.git
  2. get inside and create Python venv: python -m venv .venv
  3. activate newly created venv (.\.venv\Scripts\activate.bat on Windows)
  4. install USD tools with pip - PySide2, PyOpenGL, jinja2
  5. run build script python .\build_scripts\build_usd.py --embree --openimageio --opencolorio --alembic --hdf5 --materialx /path/to/build/folder