This series is for the moments where Blender feels simple on the surface but the underlying data model is doing something much deeper than the UI implies.
The goal is not to turn every artist into a pipeline engineer. It is to make the important technical decisions legible enough that you can make better creative and production calls without guessing.
How this series is built
Some lessons are article-style walkthroughs. Others are immersive React-driven explainers that own the whole lesson surface.
Think of this page as a set of focused teaching tracks, not a 16-step course. Start in the module that matches the problem in front of you: engine choice and workflow, output and alpha, noise and light transport, passes and compositing, or performance and memory. Then go deeper inside that track until the model feels solid.
Modules in this series
Explore the modules
Choose the teaching track that matches the problem you are solving, then keep moving inside that module until the mental model clicks.
Module 1
Files, Look, and Delivery
How rendered images survive export, alpha, EXR, and display differences.
Inside this track
- 1 What the hell is an EXR file in Blender? What is an EXR file in Blender? A visual guide to OpenEXR, scene-referred vs display-referred values, clipping, half-float EXR, and why PNG throws away render data.
- 2 How do I set up EXR output in Blender? How to actually configure Blender to render to EXR. File format, color depth, codec, and the practical workflow for using EXR as a working master.
Module 2
Passes and Compositing
Which passes to enable, how masks work, and when compositor-specific tools make more sense.