1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.. index:: Grease Pencil Visual Effects; Blur Visual Effect
.. _bpy.types.ShaderFxBlur:
******************
Blur Visual Effect
******************
The *Blur* Visual Effect applies a Gaussian blur to the object.
Options
=======
.. figure:: /images/grease-pencil_visual-effects_blur_panel.png
:align: right
Blur Visual Effect.
Samples
Number of blur samples (0 disabled the blur effect).
Use Depth of Field
When enabled, the blur effect uses the focal plane distance of the actual camera to
calculate the object blur. Only available in camera view.
Size X, Y
Control the blur scale in pixels on the X and Y axis.
Rotation
Control the Rotation of the blur.
Example
=======
.. list-table:: Blur Effect samples (Samples: 8).
* - .. figure:: /images/grease-pencil_visual-effects_blur_factor-0.png
:width: 200px
Original Model.
- .. figure:: /images/grease-pencil_visual-effects_blur_factor-10.png
:width: 200px
Factor: 10, 10.
- .. figure:: /images/grease-pencil_visual-effects_blur_factor-50.png
:width: 200px
Factor: 50, 50.
- .. figure:: /images/grease-pencil_visual-effects_blur_factor-100.png
:width: 200px
Factor: 100, 100.
|