Skip to content

philsawicki/usd-core-on-google-colab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

USD Core on Google Colab

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 Open In Colab
Fast export Open In Colab
Get SDF Prim path Open In Colab
SDF change block Open In Colab