Website Header Slim

Derive Node Reference

Blur Node

Description

As the name suggests, the Blur node outputs the input with an omnidirectional blur filter applied to it. The blurring effect of a single node is limited. To achieve a stronger blur effect, a sequence of blur nodes can be created, whereby each node takes the output of the las one and blurs it further.

Sample Tree

Properties

Property Name Property Type Description
Strength
Float Slider
Set the strength of the blur filter. The higher the value, the stronger the effect.

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
Input that takes the texture to be blurred.

Outputs

Output Name Data Type Description
Output
= Input Data Type
Outputs the input with an omnidirectional blur filter applied to it.

Login