Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-09-29 10:25:14 +0300
committerCampbell Barton <campbell@blender.org>2022-09-29 10:31:55 +0300
commiteeb81c4a63984e7505da07ce2a91c1d95925b703 (patch)
tree1bbfa7c478404b9e6e46836f97ee20e1ad53cfb9 /source/blender/editors
parenta56da7b0451dc0076e48a48d3b073f9a103c09d5 (diff)
Cleanup: quiet warnings (unused arg & trailing fullstop)
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_filter_mesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
index 65868ccf8fb..69a51d22210 100644
--- a/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
+++ b/source/blender/editors/sculpt_paint/sculpt_filter_mesh.c
@@ -847,7 +847,7 @@ void SCULPT_mesh_filter_properties(struct wmOperatorType *ot)
0.001,
5.0,
"Normal Radius",
- "Radius used for calculating area normal on initial click,\nin percentage of brush radius.",
+ "Radius used for calculating area normal on initial click,\nin percentage of brush radius",
0.01,
1.0);
RNA_def_float(