Appearance
Motion Blur
The Motion Blur blurs an image by applying a directional blur over an image, giving the impression of camera movement. The direction of the blur is defined by the input Angle.

Inputs and Outputs
Inputs:
Image (Image): The input image.Radius (Float): The radius of the blur.Angle (Float): The angle of the motion blur.
Outputs:
Output (Image): The output image.
Example
Here is a small example of this node in action:
