Doc:2.6/Manual/Render/Cycles/Passes
Render Passes
Layers
Render layers are used to render different objects in the scene into different images. This way they can, for example, be color corrected or otherwise manipulated separately and then recomposed in compositing later.
Which objects contribute to which render layers are defined by these layer settings:
- Scene Layers: only objects on these layers will contribute to the image.
- Camera Layers: objects on these layers are directly visible to the camera. When an object is in the scene layers but not camera layers, it will still cast shadows or be visible in reflections, so it's still indirectly visible. This is equivalent to disabling the Camera in the Ray Visibility panel for the object. The way this works may be somewhat confusing at first, but it's designed such that render layers can be recomposed to give the full render, without any missing shadows or reflections.
- Mask Layers: objects on these will mask out other objects appearing behind them. This is equivalent to assigning a Holdout shader for camera rays to the objects on such layers.
- Exclude Layers: scene layers are shared between all render layers; however sometimes it's useful to leave out some object influence for a particular render layer. That's what this option allows you to do.
Lighting Passes
- Diffuse Direct
- Direct lighting from diffuse BSDFs. We define direct lighting as coming from lamps, emitting surfaces, the background, or ambient occlusion after a single reflection or transmission off a surface. BSDF color is not included in this pass.
- Diffuse Indirect
- Indirect lighting from diffuse BSDFs. We define indirect lighting as coming from lamps, emitting surfaces or the background after more than one reflection or transmission off a surface. BSDF color is not included in this pass.
- Diffuse Color
- Color weights of diffuse BSDFs. These weights are the color input socket for BSDF nodes, modified by any Mix and Add Shader nodes.
- Glossy Direct, Indirect, Color
- Same as above, but for glossy BSDFs.
- Transmission Direct, Indirect, Color
- Same as above, but for transmission BSDFs.
- Subsurface Direct, Indirect, Color
- Same as above, but for subsurface BSDFs.
- Emission
- Emission from directly visible surfaces.
- Environment
- Emission from the directly visible background. When the film is set to transparent, this can be used to get the environment color and composite it back in.
- Shadow
- Shadows from lamp objects.
- Ambient Occlusion
- Ambient occlusion from directly visible surfaces. BSDF color or AO factor is not included; i.e. it gives a 'normalized' value between 0 and 1.
Note that transparent BSDFs are given special treatment: a fully transparent surface is treated as if there is no surface there at all; a partially transparent surface is treated as if only part of the light rays can pass through. This means it is not included in the Transmission passes; for that a glass BSDF with index of refraction 1.0 can be used.
Combining
All these lighting passes can be combined to produce the final image as follows:
Data Passes
- Z
- Z depth.
- Mist
- Mist value between 0.0 and 1.0, using settings from the Mist Pass panel in world properties.
- Normal
- Surface normal used for shading.
- UV
- Default render UV coordinates.
- Object Index
- Pass index of object.
- Material Index
- Pass index of material.
- Vector
- Motion vectors for the vector blur node. The four components consist of 2D vectors giving the motion towards the next and previous frame position in pixel space.
The Z, Object Index and Material Index passes are not antialiased. This is done because such values can't really be blended correctly.
- Alpha Threshold
- Z, Index, normal, UV and vector passes are only affected by surfaces with alpha transparency equal to or higher than this threshold. With value 0.0 the first surface hit will always write to these passes, regardless of transparency. With higher values surfaces that are mostly transparent can be skipped until an opaque surface is encountered.