API (python)

Module Summary:

omni.usd

omni.usd.audio

This module contains bindings for the omni::usd::audio module.

omni.usd.commands

This module provides a set of pre-defined undoable USD commands to help other extensions to implement undo/redo workflow.

omni.usd.editor

This module extends several metadata for instructing UX implementation, and it provides APIs for accessing those metadata.

omni.stageupdate

Module Details::

omni.usd:

No module docstring provided

omni.usd.audio:

This module contains bindings for the omni::usd::audio module. This provides functionality for playing and managing sound prims in USD scenes.

Sound files may be in RIFF/WAV, Ogg, or FLAC format. Data in the sound files may use 8, 16, 24, or 32 bit integer samples, or 32 bit floating point samples. Channel counts may be from 1 to 64 If more channels of data are provided than the audio device can play, some channels will be blended together automatically.

omni.usd.commands:

This module provides a set of pre-defined undoable USD commands to help other extensions to implement undo/redo workflow.

omni.usd.editor:

This module extends several metadata for instructing UX implementation, and it provides APIs for accessing those metadata.

omni.stageupdate:

No module docstring provided