Bokeh Blur Node

../../../_images/compositing_node-types_CompositorNodeBokehBlur.png

Bokeh Blur Node.

The Bokeh Blur node generates a bokeh type blur similar to Defocus. Unlike defocus an in-focus region is defined in the Compositor. There is also more flexibility in the type of blur applied through the Bokeh Image node.

Several performance optimizations are also available such as OpenCL support, calculation area restriction and masking.

Inputs

Image

Standard image input.

Bokeh

This is an input for the Bokeh Image node.

Size

Size controls the amount of blur. Size can either be a single value across the entire image or a variable value controlled by an input image. In order to use the latter, the Variable Size option must be selected. See the examples section below for more on how to use this.

Bounding Box

This can be used with a Box Mask matte node or with a Mask input node to restrict the area of the image the blur is applied to. This could be helpful, for example, when developing a node system by allowing only a small area of the image to be filtered thus saving composite time each time adjustments are made.

Properties

Variable Size

Allows a variable blur radius, if the Size input is an image.

Max Blur

Max Blur is intended to act as an optimization tool by limiting the number of pixels across which the blur is calculated.

Outputs

Image

Standard image output.

Examples

Three examples of how the size input may be used follow.

An ID masked alpha image can be used so that a background is blurred while foreground objects remain in focus. To prevent strange edges the Dilate Node should be used.

The Z pass can be visualized using a Map Value node and a Color Ramp node as described in Render Layers. A multiply Math node can be used following the color ramp so that a blur value greater than one is used for objects outside the focal range.

../../../_images/compositing_types_filter_bokeh-blur_example-1.png

Z pass used.

A manually created grayscale image can be used to define the sharp and blurry areas of a pre-existing image. Again, a Multiply Node can be used so that a blur value greater than one is used.

../../../_images/compositing_types_filter_bokeh-blur_example-2.png

Image used.

../../../_images/compositing_types_filter_bokeh-blur_example-1-render.jpg

Z pass used.

../../../_images/compositing_types_filter_bokeh-blur_example-2-render.jpg

Image used.