NGC Catalog
CLASSIC
Welcome Guest
Resources
USD Code Helper Function Package

USD Code Helper Function Package

For downloads and more information, please view on a desktop device.
Logo for USD Code Helper Function Package
Associated Products
Description
USD Code Helper Function Package
Publisher
NVIDIA
Latest Version
1.0.0
Modified
May 20, 2025
Compressed Size
514.1 KB

USD Code Helper Function Package

Developers can access the Helper Function package directly by running the following script on their local machine.

First, download the wheel file, then install it with usd-core, numpy and pillow.

pip install usdcode-0.1.2-py3-none-any.whl "usd-core>=22.11" numpy==1.26.4 pillow==11.0.0

Check if the installation was successful. No output means the installation was successful.

python -c "import usdcode"