Compositing: Combining Rendered Passes in the Compositor
Blender Advanced
Chapter 9 · Compositing: Combining Rendered Passes in the Compositor
Chapter 8's own tip box pointed here directly: simulated results often get rendered as separate passes, combined afterward in the Compositor. This chapter covers exactly that — Blender's own node-based post-processing system for combining, adjusting, and finishing a render after the fact.
What Compositing Actually Solves: Combining Elements After the Render
Compositing combines separately rendered elements — a foreground character, a background environment, a simulated cloth or particle pass — into one final image or sequence, after each element has already been rendered on its own. This separates the heavy computational work of rendering from the more flexible, iterative work of adjusting how those rendered pieces actually fit together.
Render Passes: Splitting a Single Render Into Separate Layers
A render pass isolates one specific component of a scene's own final appearance — the raw color, the shadows alone, reflections alone, a specific object rendered against a transparent background — as its own separate output, rather than baking everything into one single, inseparable final image.
The Compositor: Blender's Own Node-Based Post-Processing
The Compositor uses the same node-based interface as Chapter 5's own Shader Editor — data flowing through connected operations — but works on already-rendered images and passes rather than a live 3D material. A render's own output feeds in as an input node, flows through whatever adjustment and combination nodes are needed, and comes out the other end as the finished result.
Combining Passes: Mix Nodes and Alpha Over
A Mix node blends two image inputs together according to a chosen blend mode; Alpha Over specifically layers one image on top of another using its own transparency information, placing a foreground element convincingly in front of a separately rendered background — the same underlying idea as layering elements in Raster Editing Fundamentals, applied here to rendered 3D output instead of raster images.
Color Grading in the Compositor
Beyond combining separate elements, the Compositor also adjusts overall color and tone after rendering — brightening, adding contrast, applying an overall color tint — the same underlying color-grading concept Video Editing Fundamentals' own Chapter 6 covered for video footage, applied here to a Blender render's own output.
Blender's Own Compositing vs. Compositing Elsewhere on This Site
"Compositing" means genuinely the same underlying thing in each place it's used across this site — combining and adjusting already-produced visual elements after the fact — even though the specific tool and the source material differ each time: Raster Editing Fundamentals' own imageedit2 combines separate photographs, Video Editing Fundamentals' own color grading adjusts edited video footage, and this chapter combines Blender's own rendered 3D passes.
| Where "compositing" appears | What's being combined/adjusted |
|---|---|
| Raster Editing Fundamentals (imageedit2) | Separate photographs, blended seamlessly |
| Video Editing Fundamentals (color grading) | Edited video footage's own overall tone |
| This chapter (Blender's Compositor) | Separately rendered 3D passes |
Hands-On Exercises
A student rendered a character on a transparent background separately from a background environment, and now wants to place the character convincingly in front of that background. Using this chapter's own material, explain which node accomplishes this.
📄 View solutionA student's render has a genuinely poorly lit scene, with a lighting setup ignoring Blender Fundamentals' own three-point lighting recommendations. They plan to fix this entirely in the Compositor afterward. Using this chapter's own warning box, explain why this plan is likely to disappoint.
📄 View solutionExplain, using this chapter's own material, why "compositing" refers to genuinely the same underlying concept in this chapter, in Raster Editing Fundamentals' own imageedit2, and in Video Editing Fundamentals, despite each one using a different specific tool and source material.
📄 View solutionChapter 9 Quick Reference
- Compositing combines separately rendered elements into one final result, after rendering is already complete
- A render pass isolates one specific component of a scene's own final appearance as a separate output
- The Compositor uses the same node-based interface as Chapter 5's own Shader Editor, applied to rendered images instead of live materials
- Mix and Alpha Over nodes combine images; color grading adjusts overall tone afterward
- Compositing refines an already-solid render — it can't rescue fundamentally broken lighting, rigging, or modeling