Auragen docs
Auragen docs

Getting Started

OverviewInterfaceNode GraphParameters and Controls

Operators

Post Effects

Color FX

Gradient ColorizerHue ShiftPosterizeColor BalanceDuotoneColor Key

Blur

Gaussian BlurMotion BlurRadial Blur

Distortion

Chromatic AberrationRGB DelayBarrel DistortionRippleSpherize

Warp

Sin WarpTwirlBulgePinchTurbulence WarpKaleidoscopeEscher DrostehyperWARPMöbiusWARPliquidWARPTime Warp

Morphology

Morphology

Stylize

GlitchSharpenEmbossSurface LightSSAOFilm GrainPixellatePointillizeHalftoneCel ShadingEdge DetectPixel SortBloom / Glow

Other

Anti-AliasMosaic TilingSubdivision StretchequiDome
3D PreviewperformMODE
Effects

Gaussian Blur

A separable gaussian blur with a single Radius control.

The Gaussian Blur node softens the picture evenly in every direction. It runs as two separable passes, so large radii stay cheap.

Gaussian Blur

  • One control, Radius, in pixels
  • Keeps alpha, so a soft mask stays a soft mask
  • Found in the node graph under Post FX → Blur
Example patch — drag onto the app to load

The image on the right is the example patch itself. Drag and drop it onto the app, or load it with File → Load, to open the full graph. A Caustics field, run through a Gradient Colorizer, at the default radius of 4.

Inputs and outputs

Gaussian Blur node

PortTypePurpose
InputTextureThe picture to process.
OutputTextureThe result.

Parameters

Gaussian Blur parameters

Opacity, Blend Mode, and Alpha are the standard operator header; see Parameters and Controls.

  • Radius (0–64, default 4) — the blur size in pixels of the render resolution. 0 passes the input through.

Every slider has a per-parameter animation bar, so it can be animated, audio driven, or MIDI mapped.

Examples

Glow bed — blur a copy of the source at Radius 40 and add it back with Blend on Screen.

Soft mask — blur a Threshold output before using it as a mask.

Troubleshooting

The blur looks blocky at high radius on a small render — the radius is in render pixels. Raise the resolution, or blur in two stages.

Related

Blur

The Texture family blur with direction control.

Bloom / Glow

A thresholded glow in one node.

Color Key

Keys out pixels that match a colour or a luminance range, writing the result to alpha, a mask, or a keyed image.

Motion Blur

Smears the frame along a fixed angle, without motion vectors.

On this page

Inputs and outputsParametersExamplesTroubleshootingRelated