Controls
Contains the layer-removal behavior exposed by the node.
Strip auxiliary image layers
Removes additional Fusion layers or auxiliary layer sets from an image stream so downstream processing receives a simpler structure.
LayerRemover is a technical cleanup utility for discarding multilayer data that is no longer required. It can reduce ambiguity and prevent unnecessary auxiliary data from travelling through the rest of the Flow.
Overview
Many VFX or EXR sources contain more than the default RGBA image. If those additional layers are no longer needed, LayerRemover can simplify the stream.
The operation is about layer structure rather than a visible RGB grade. The Viewer may look unchanged even though important technical data has been removed.
Remove layers only after confirming that downstream nodes, exports or scripts do not rely on them.
Think of LayerRemover as deleting unused folders from a multilayer package while leaving the visible default image intact.
Flow anatomy
The port structure shows how this node fits into a Fusion graph.
Source image for the operation.
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.
Contains the layer-removal behavior exposed by the node.
LayerRemover has no processing controls; removing extra image layers is the node’s only operation.
Removes auxiliary image layers while leaving the main image data available downstream.
Determines how the default color/alpha layer is treated in the cleanup workflow.
Standard Fusion processing controls.
Practical setup
Inspect which layers the source contains.
Identify which layers are definitely no longer needed.
Place LayerRemover after the last consumer of those layers.
Verify the visible image and technical layer list.
Check the exported file if the result goes to Saver.
Examples
Remove unused technical layers before a final file output.
Troubleshooting
Production notes
Related nodes