← All Fusion node families

Universal Scene Description

USD / U Nodes: a separate 3D pipeline for scenes, materials and rendering

UCamera, UShape, UMerge, UMaterial, UTexture, UTransform and URenderer belong to Fusion's USD-oriented pipeline. They work with scene-description concepts such as hierarchy, variants, visibility, materials and assets rather than acting as replacements for classic Merge3D nodes.

Example nodes

UCameraUShapeUMergeUMaterialUTextureTransformURenderer

Why USD is not just newer Fusion 3D

USD is a scene-description system designed around structured scenes, assets and hierarchy. Fusion's U-prefixed tools expose that world inside the composition. Their data model is different from the classic Fusion 3D scene even when both eventually produce a rendered image.

That means UMerge is not simply a faster Merge3D, and UMaterial is not an ordinary 2D color effect. These nodes belong to a USD scene branch with its own compatible inputs, outputs and rendering stage.

What travels through a U-node branch

The branch carries scene-description data: scene primitives, hierarchy, transforms, materials, textures, visibility and other USD properties. You are manipulating the scene graph rather than compositing finished pixels.

Because the data is scene-oriented, normal image tools cannot directly process it. The USD branch needs the appropriate render/output step before it returns to the 2D composite.

When USD is useful

USD becomes valuable when a project involves structured assets, imported scenes, material relationships, reusable hierarchy or a pipeline that already uses USD. It can make scene organization more explicit and scalable than treating every 3D element as an isolated object.

For a simple two-object title scene, classic Fusion 3D may still be easier. The best choice depends on the asset pipeline, not on which system looks more modern.

How to read a U-node flow

First identify the scene source, then find transforms, material or texture operations, merges and the camera or renderer. Read the branch as a scene graph: which primitive exists, where it sits in hierarchy, what material it uses and where the scene becomes pixels.

This is a more reliable mental model than trying to interpret every U-node as a direct equivalent of a classic Fusion node.

Merge names across Fusion systems

Normal Merge combines 2D images. Merge3D combines classic 3D scene elements. SMerge combines Shape data. pMerge combines particle streams. UMerge combines compatible USD scene data.

The similar names describe a common idea—combining compatible data—but the data types are not interchangeable. Always ask which system the current branch belongs to before choosing a Merge or Render node.

Practical example: bringing a USD scene into a Fusion composite

A USD workflow normally begins by loading or assembling scene description data, preserving its hierarchy, geometry, materials, transforms, cameras and lights inside the U-node system rather than flattening it immediately into pixels.

Make scene-level changes while the data is still USD, then use the appropriate renderer or output boundary to produce the image that the rest of the Fusion composite needs. After that conversion, ordinary Merge and 2D finishing tools can take over.

The production advantage is separation of responsibilities: USD handles structured scene assets and layout, while Fusion's regular 2D pipeline handles final integration with plates, mattes, grading, optical effects and MediaOut.

Practical workflow

1Identify or create the USD scene source
2Build hierarchy and transforms with compatible U-nodes
3Assign USD materials and textures where required
4Combine compatible USD scene branches with UMerge
5Define the camera/render context
6Render or output the USD scene before returning to the normal 2D composite