USD Core on Google Colab
February 3, 2021 ยท View on GitHub
About
This project demonstrate the use of USD Python APIs via Google Colaboratory notebook.
The goal is to make it easy to:
- Try code snippets without building or installing Pixar's Universal Scene Description (USD) locally;
- Share code snippets without copy/pasting files and scripts to a local machine, thus mitigating some security concerns;
- Provide repro steps when submitting issues to USD's GitHub repository;
- etc.
Sample Notebooks
A few sample notebooks inspired from Colin Kennedy's excellent USD Cookbook:
| Notebook | Google Colab link |
|---|---|
| Flattening a USD Stage | |
| Fast export | |
| Get SDF Prim path | |
| SDF change block |