ID Mask Node

../../../_images/compositing_types_converter_id-mask_node.png

ID Mask Node.

The ID Mask Node can be used to access an alpha mask per object or per material.

Inputs

ID value
Input for the Object Index or Material Index render pass. Which is an output of the Render Layers node or the Image node with a multi-layer format.

Properties

Index
Selection of the previously specified index.
Anti-Aliased
This post-process function refines the mask. See anti-aliasing.

Outputs

Alpha
The mask is white where the object is and black where it is not. If the object is transparent, the alpha mask represent that with gray values.

注釈

In Blender Internal if a transparent object is in front of another, the mask will not reflect partial visibility of the object behind.

Setup

An index can be specify for any object or material in the scene. The Object Index can be set in Properties Editor Object ‣ Relations ‣ Pass Index and Material ‣ Options ‣ Pass Index for the Material Index. To be accessible after rendering, Object Index or Material Index render pass has to be enabled.

../../../_images/editors_3dview_object_properties_relations_layers_relations-panel.png

Object Pass Index.

Example

In this example, the left rear red cube is assigned Pass Index 1, and the right cube Pass Index 2. Where the two cubes intersect, there is going to be noticeable pixelation because they come together at a sharp angle and are different colors. Using the mask from object 1, which is smoothed (anti-aliased) at the edges, we use a Mix Node set on Multiply to multiply the smoothed edges of the image, thus removing those nasty lines, thus, being smoothed out.

../../../_images/compositing_types_converter_id-mask_example.png

ID Mask node example.