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:
authorPablo Vazquez <pablo@blender.org>2020-04-01 04:52:58 +0300
committerPablo Vazquez <pablo@blender.org>2020-04-01 04:52:58 +0300
commitb7868c0b890c4c06100b771548ba16a99d4e6eb9 (patch)
tree33c86de992fc218f0f67fcc24920944e528f0d19 /source/blender/makesrna/intern/rna_brush.c
parent6a1f0c1eaafee3b96563b84e48547ec6ec655fc3 (diff)
Grease Pencil: Fix typo in labels and comments.
Hardeness -> Hardness Only changed the labels/tooltips, will leave the internal change to @antoniov.
Diffstat (limited to 'source/blender/makesrna/intern/rna_brush.c')
-rw-r--r--source/blender/makesrna/intern/rna_brush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 75201322094..93f8053058a 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -1346,7 +1346,7 @@ static void rna_def_gpencil_options(BlenderRNA *brna)
RNA_def_property_range(prop, 0.001f, 1.0f);
RNA_def_property_float_default(prop, 1.0f);
RNA_def_property_ui_text(
- prop, "Hardeness", "Amount of gradient for Dot and Box strokes (set to 1 for full solid)");
+ prop, "Hardness", "Gradient from the center of Dot and Box strokes (set to 1 for a solid stroke)");
RNA_def_parameter_clear_flags(prop, PROP_ANIMATABLE, 0);
/* gradient shape ratio */