Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philsawicki/usd-core-on-google-colab

Demonstrating usage of the USD Python APIs on Google Colab notebooks.
https://github.com/philsawicki/usd-core-on-google-colab

google-colab python usd

Last synced: 3 months ago
JSON representation

Demonstrating usage of the USD Python APIs on Google Colab notebooks.

Awesome Lists containing this project

README

        

# 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](https://github.com/PixarAnimationStudios/USD);
* etc.

## Sample Notebooks

A few sample notebooks inspired from Colin Kennedy's excellent [USD Cookbook](https://github.com/ColinKennedy/USD-Cookbook):

|Notebook|Google Colab link|
|---|---|
|Flattening a USD Stage|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/USD-core-on-Google-Colab.ipynb)|
|Fast export|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/notebooks/fast-export.ipynb)|
|Get SDF Prim path|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/notebooks/get-sdf-prim-path.ipynb)|
|SDF change block|[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/philsawicki/usd-core-on-google-colab/blob/main/notebooks/sdf-change-block.ipynb)|