Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addons/material_maker/nodes/gaussian_blur.mmg
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"widget": "source"
}
],
"longdesc": "Apply the blur filter horizontally, vertically of in both directions",
"longdesc": "Apply the blur filter horizontally, vertically or in both directions",
"name": "param2",
"shortdesc": "Direction",
"type": "config_control"
Expand Down Expand Up @@ -381,4 +381,4 @@
"seed_int": 0,
"shortdesc": "Gaussian blur",
"type": "graph"
}
}
4 changes: 2 additions & 2 deletions material_maker/doc/node_filter_blur_directional.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ The **Directional Blur** node has four parameters:
* The *angle* specifies the angle of the blur algorithm.

* Whether *32 Bit* buffer(s) are used to sample the input.
Reduces banding artifacts but could result in higher video
memory usage.
Reduces banding artifacts but could result in higher video
memory usage.

Notes
+++++
Expand Down
2 changes: 1 addition & 1 deletion material_maker/doc/node_filter_blur_slope.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The **Slope Blur** node has three parameters:
* The *sigma* parameter defines how blurred the output will be.

* Whether *32-Bit* buffer(s) are used when storing input/outputs.
Reduces banding artifacts but could result in higher video memory usage.
Reduces banding artifacts but could result in higher video memory usage.

Notes
+++++
Expand Down
4 changes: 2 additions & 2 deletions material_maker/doc/node_filter_emboss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The **Emboss** node the following parameters:
* the *width* of the emboss effect.

* whether *32 Bit* buffer(s) are used to sample the input.
Reduces banding artifacts but could result in higher video
memory usage.
Reduces banding artifacts but could result in higher video
memory usage.

Notes
+++++
Expand Down
4 changes: 2 additions & 2 deletions material_maker/doc/node_transform_morphology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The **Morphology** node has 3 parameters:
* the *distance* by which (light or dark) areas are dilated.

* whether *32 Bits* buffer(s) are used to store input/outputs.
Reduces banding artifacts but could result in higher video
memory usage.
Reduces banding artifacts but could result in higher video
memory usage.

Example images
++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion material_maker/doc/node_transform_multi_warp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The **Multi Warp** node has the following parameters:
* the blend *mode*, that can be one of the following: Min, Blur, Max

* whethe *32-Bit* buffer(s) are used when storing input/outputs.
Reduces banding artifacts but could result in higher video memory usage.
Reduces banding artifacts but could result in higher video memory usage.

Example images
::::::::::::::
Expand Down
2 changes: 1 addition & 1 deletion material_maker/doc/node_transform_warp_dilation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The **Warp Dilation** node has three parameters:
* *Attenuation*, that defines the value attenuation that is applied along the path

* *32-Bits*, that defines whether 32-bit buffer(s) are used when storing input/outputs.
Reduces banding artifacts but could result in higher video memory usage.
Reduces banding artifacts but could result in higher video memory usage.

Example images
++++++++++++++
Expand Down