mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
1c56fc60d8
Moved Material Spray to another repository. Renamed the addon directory to material_maker
32 lines
576 B
ReStructuredText
32 lines
576 B
ReStructuredText
Blur node
|
|
~~~~~~~~~
|
|
|
|
The blur node applies a Gaussian blur algorithm to its inputs.
|
|
|
|
.. image:: images/node_blur.png
|
|
|
|
Inputs
|
|
++++++
|
|
|
|
The blur node has a single input.
|
|
|
|
Outputs
|
|
+++++++
|
|
|
|
The blur node outputs the result of the blur operation.
|
|
|
|
Parameters
|
|
++++++++++
|
|
|
|
The blur node has three parameters:
|
|
|
|
* The grid size defines the size of the output image.
|
|
|
|
* The direction specifies if the blur algorithm is applied horizontally, vertically or both.
|
|
|
|
* The sigma parameter defines how smooth the output will be.
|
|
|
|
Notes
|
|
+++++
|
|
|
|
This node outputs an image that has a fixed size. |