Beauty Passes

 

Beauty Passes provide a rendered view of different aspects lighting the scene such as shadows, highlights, reflections, illumination, and color. Beauty passes are rendered together with the main beauty pass. Each one of these requires its own frame buffer that needs to be stored in addition to the main frame buffer. Beauty Passes include:

 

Raw rendering allows more control over the final look in post-production. Toggling raw passes does not restart the render. Figure 1 shows the beauty passes selected in the Render PassesRender passes allow a rendered frame to be further broken down beyond the capabilities of Render Layers. Render Passes vary among render engines but typically they allow an image to be separated into its fundamental visual components such as diffuse, ambient, specular, etc.. settings.

Figure 1: The Beauty passes are activated in the Render Passes settings

 

These passes can be composited together by multiplying the raw pass with its matching filter pass:

 

Figure 2 shows what a sample composition looks like in Nuke using the above passes.

BeautyPasses_Figure02

Figure 2: A sample composition in Nuke using the above passes

 

To get a good result, make sure that all images are saved as HDR EXRAlso known as OpenEXR. This image file format was developed by Industrial Light & Magic and provides a High Dynamic Range image capable of storing deep image data on a frame-by-frame basis. files with linear color space (i.e., gamma is 1 and linear camera response).

Figure 3: Reassembling the basic Beauty passes with the additive blend mode in third-party compositing applications

 

Shadow Pass

This pass contains all direct light shadows that are calculated on the first path bounce. The pass includes sun light provided by the Daylight Environment node. The Shadow pass excludes the sky light (a.k.a Octane Sun+Sky environment) or texture environment if the texture environment does not consist of an image. If the environment node contains a sky light or texture environment that is contributed by an image texture, the pass takes the value in the Environment node's Importance Sampling attribute into account. Make sure to enable Importance Sampling in the Environment node to include the sky light or texture environment in the Shadow pass.

 

Figure 4: A scene with an Octane Sun+Sky environment is rendered with a Shadow pass twice for comparison. The resulting passes with Importance sampling enable and disabled are compared

 

Noise Pass

This pass is used to observe the rendering progress through the noise estimate value when Adaptive SamplingA method of sampling that determines if areas of a rendering require more sampling than other areas instead of sampling the entire rendering equally. is used with the Path Tracing or Direct Light KernelsBy definition, this is the central or most important part of something. In Octane, the Kernels are the heart of the render engine.. A pixel is treated as "noisy" if the noise level is higher than the given threshold. When the noise estimate for a pixel becomes less than the given noise threshold, the value is a green color which also switches off sampling for that pixel and tells the rendering process to concentrate on other areas.

This pass shows which pixels have noise lowered down to the specified noise threshold as the rendering progresses. Note that Adaptive sampling considers all attributes of nodes in the scene such as Environment Importance Sampling, and this will be evident in the progress of the noise pass (Figure 5). If Adaptive Sampling is not enabled, the noise estimate value is black.

 

Figure 5: A scene with an Octane Sun+Sky environment is rendered with a Noise pass. The progress of the noise passes with Importance sampling enable and disabled are compared