Universal Scene Description (USD) is a scene interchange format and authoring system that enables efficient, scalable reading, writing, and streaming of time-sampled scene data across graphics applications.
USD solves the problem of moving complex scene descriptions between different graphics tools and pipelines. It provides a hierarchical, composable scene representation that supports time sampling, allowing artists and engineers to work with animated data across multiple applications. The system is designed around composition and referencing, enabling teams to build large scenes from modular components while maintaining efficient streaming and caching of data.
USD is suited for studios and teams working with complex 3D scenes that need to interchange data across multiple graphics applications. It works well in pipeline-heavy environments where scene data must flow between modeling, animation, rendering, and effects tools. The project includes imaging and rendering capabilities through its USD Imaging component, Python bindings for scripting and tool integration, and usdview for scene inspection. Teams should be aware that USD requires building from source using the provided build script, which downloads and compiles dependencies including Intel TBB, OpenSubdiv, and optionally OpenEXR, OpenImageIO, and other imaging libraries. The tool is primarily developed on Linux but is tested and supported on macOS and Windows, with additional support for building libraries for iOS, visionOS, and WebAssembly environments.
The project maintains active build testing across both development and release branches. Documentation is comprehensive, including user tutorials, API reference, and advanced build configuration guides. The team provides multiple channels for support through a dedicated forum and accepts bug reports and security disclosures through standard GitHub processes.