Settings / Hide Incoming Connections
Hides incoming connection lines in the node interface.
This is a display preference; it does not change the processed result.
Depth-aware Deep merge
Merges Deep images while preserving per-pixel depth samples and correct spatial occlusion.
dMerge is the Deep equivalent of a layer merge. Instead of compositing only flat RGBA values, it combines depth samples so foreground and background relationships can be resolved according to Z rather than node order alone.
Overview
dMerge is the Deep equivalent of a layer merge. Instead of compositing only flat RGBA values, it combines depth samples so foreground and background relationships can be resolved according to Z rather than node order alone.
Think of dMerge as merging fragments in depth space: the closest valid sample wins where objects overlap, while deeper samples remain available for later Deep operations.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Background image for the composite.
Foreground image placed over the background.
Optional mask that limits where the node affects the image.
The processed result from this node.
Inspector
Start with these controls before reaching for more complicated workarounds.
Hides incoming connection lines in the node interface.
This is a display preference; it does not change the processed result.
Chooses which deep layers participate in the merge.
Chooses which image layers or channels the operation processes.
Chooses which deep layer is treated as the background in DMerge.
Chooses which deep layer is treated as the foreground in DMerge.
Available choices include volumetric, pass, and deep-.
Stores a note with the node.
Comments are for documentation only; they do not change the image, scene or simulation.
Runs the assigned script while this node renders a frame.
Contains scripts that run when rendering begins.
Contains scripts that run after rendering finishes.
Practical setup
Confirm both inputs are genuine Deep streams.
Connect the base and incoming Deep images.
Verify layer selection if the sources contain several Deep layers.
Inspect occlusion through DeepToImage.
Keep the combined output Deep until all depth-aware work is finished.
Examples
Merge two depth-aware render passes and flatten at the end.
Merge the subject and environment, then apply a depth-aware holdout.
Troubleshooting
Production notes
Related nodes