Skip to content

Commit

Permalink
Merge pull request #659 from williamchange/gaussian-blur-typo
Browse files Browse the repository at this point in the history
Fix typo in guassian blur node
  • Loading branch information
RodZill4 authored Apr 30, 2024
2 parents a85d9c8 + be9042c commit 3bb9bcf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion addons/material_maker/nodes/gaussian_blur.mmg
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
],
"label": "Gaussian Blur",
"longdesc": "Applys a gaussian blur on its input",
"longdesc": "Applies a gaussian blur on its input",
"name": "gaussian_blur",
"node_position": {
"x": 0,
Expand Down
2 changes: 1 addition & 1 deletion addons/material_maker/nodes/slope_blur.mmg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
],
"label": "Slope Blur",
"longdesc": "Applys a blur effect on its input, following slopes of an input height map",
"longdesc": "Applies a blur effect on its input, following slopes of an input height map",
"name": "slope_blur",
"node_position": {
"x": 0,
Expand Down
2 changes: 1 addition & 1 deletion material_maker/doc/node_workflow_applymap.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ApplyMap node
~~~~~~~~~~~~~

The **ApplyMap** node applys a map to a simple material by adjusting its orientation and offset,
The **ApplyMap** node applies a map to a simple material by adjusting its orientation and offset,
and outputs the modified map and the height information.

.. image:: images/node_workflow_applymap.png
Expand Down
4 changes: 2 additions & 2 deletions material_maker/locale/material-maker-all.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4622,7 +4622,7 @@ msgid "Gaussian blur"
msgstr ""

#: res://addons/material_maker/nodes/gaussian_blur.mmg
msgid "Applys a gaussian blur on its input"
msgid "Applies a gaussian blur on its input"
msgstr ""

#: res://addons/material_maker/nodes/gaussian_blur.mmg
Expand Down Expand Up @@ -8015,7 +8015,7 @@ msgid "Slope blur"
msgstr ""

#: res://addons/material_maker/nodes/slope_blur.mmg
msgid "Applys a blur effect on its input, following slopes of an input height map"
msgid "Applies a blur effect on its input, following slopes of an input height map"
msgstr ""

#: res://addons/material_maker/nodes/slope_blur.mmg
Expand Down
4 changes: 2 additions & 2 deletions material_maker/locale/translations/fr.csv
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ Square|
The generated output UV map, to be connected to a Custom UV node|
Gaussian Blur|
Gaussian blur|
Applys a gaussian blur on its input|
Applies a gaussian blur on its input|
Apply the blur filter horizontally, vertically of in both directions|
Gaussian blur X|
Gaussian blur Y|
Expand Down Expand Up @@ -1217,7 +1217,7 @@ Shows a greyscale image of a sine wave|
Skew|
Slope Blur|
Slope blur|
Applys a blur effect on its input, following slopes of an input height map|
Applies a blur effect on its input, following slopes of an input height map|
A height map whose slopes control the strength and direction of the blur filter|
Smooth Curvature|
Creates a smooth curvature map from a height map|
Expand Down
4 changes: 2 additions & 2 deletions material_maker/locale/translations/zh.csv
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Square|方形
The generated output UV map, to be connected to a Custom UV node|生成的输出 UV 贴图,连接到自定义 UV 节点
Gaussian Blur|高斯模糊
Gaussian blur|高斯模糊
Applys a gaussian blur on its input|对其输入应用高斯模糊
Applies a gaussian blur on its input|对其输入应用高斯模糊
Apply the blur filter horizontally, vertically of in both directions|水平、垂直或双向应用模糊滤镜
Gaussian blur X|高斯模糊 X
Gaussian blur Y|高斯模糊 Y
Expand Down Expand Up @@ -1200,7 +1200,7 @@ Shows a greyscale image of a sine wave|显示正弦波的灰度图像
Skew|倾斜
Slope Blur|斜坡模糊
Slope blur|坡度模糊
Applys a blur effect on its input, following slopes of an input height map|按照输入高度图的斜率对其输入应用模糊效果
Applies a blur effect on its input, following slopes of an input height map|按照输入高度图的斜率对其输入应用模糊效果
A height map whose slopes control the strength and direction of the blur filter|高度图,其斜率控制模糊过滤器的强度和方向
Smooth Curvature|平滑曲率
Creates a smooth curvature map from a height map|从高度图创建平滑曲率图
Expand Down

0 comments on commit 3bb9bcf

Please sign in to comment.