Export Stage
Triggers or enables writing the stage.
USD stage exporter
Writes the current USD stage to a .usd file for interchange, caching, handoff or inspection outside the active Fusion composition.
uExport is the endpoint for writing a composed USD stage to disk. It is useful when the scene built in Fusion must be reused, inspected, cached or passed into another USD-aware application or pipeline step.
Overview
uExport is the endpoint for writing a composed USD stage to disk. It is useful when the scene built in Fusion must be reused, inspected, cached or passed into another USD-aware application or pipeline step.
Think of uExport as the file-output boundary of the USD graph: everything upstream becomes a stage that can be saved and handed off.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
3D scene or object data to be processed or combined.
The resulting USD stage.
Inspector
Start with these controls before reaching for more complicated workarounds.
Triggers or enables writing the stage.
Chooses the USD output format.
Writes a Universal Scene Description file at the configured destination.
Practical setup
Assemble the final USD stage.
Verify prim names, materials and transforms before export.
Add uExport at the stage boundary.
Choose the output filename and format.
Export and validate the resulting file in the next application or viewer.
Examples
Write a composed stage for use outside Fusion.
Save an expensive procedural stage before later rendering.
Troubleshooting
Production notes
Related nodes