This repo is a Windows build recipe for Pixar USD. The recipe is automatically validated and the binaries are ready to do download thanks to AppVeyor.
Universal Scene Description (USD), is a system that scalably encodes and interchanges geometry and shading data between Digital Content Creation applications.
USD has a number of dependencies. Thus, the building script also contains the recipes for building lots of VFX (and other) libraries:
- boost
- embree
- freeglut
- freetype
- glew
- glfw
- ilmbase
- jpeg
- libpng
- materialx
- oiio
- openexr
- opensubdiv
- osl
- png
- ptex
- tbb
- tiff
- usd
- zlib
USD monolithic library, Python stuff and UsdView. It's built with Visual Studio 2017 v15.x and linked with the static version of the run-time library.
The script works on CentOS 7. It requires the following packages.
sudo yum group install "Development Tools"
sudo yum install -y nasm ed python-devel mesa-libGL-devel mesa-libGLES-devel mesa-libEGL-devel libXrandr-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGLU-devel
This repo does not provide a Maya plugin anymore, as there is an official Maya USD plugin from Autodesk now.
USD requires setting multiple environment variables. Saturn adds a windows script that sets the required environment:
c:\usd\usd.cmd usdview c:\kitchen_set\Kitchen_set.usd
usdview
requires Python 2.7 and several
preinstalled python packages. After installing Python, you can install the
packages with the following command:
c:\usd\usd.cmd python -m pip install PySide PyOpenGL Jinja2