Skip to content

A place for scratch files to share between people/machines

Notifications You must be signed in to change notification settings

rstelzleni/usd-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usd-workspace

A place for scratch files to share between people/machines

usage

Clone this repository, then create a folder named like USD-something. Inside that folder clone a USD repository. Then you can use the build-usd and usd-run scripts with that cloned repo.

Example

git clone https://github.com/rstelzleni/usd-workspace
cd usd-workspace
mkdir USD-github
git clone https://github.com/PixarAnimationStudios/USD USD-github/USD
./docker-build.sh
./build-usd.sh -b USD-github
./usd-run.sh -b USD-github python -c "from pxr import Usd; print dir(Usd)"

About

A place for scratch files to share between people/machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published