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:
authorAntonio Vazquez <blendergit@gmail.com>2019-08-10 18:00:49 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-08-10 18:00:49 +0300
commit745f773d92b6d1aa65154a899ba3a5293fa75d4d (patch)
treeba569bfa9924cf88ba39bc6f17a0f92de0dc3e0f /source/blender/makesrna/intern/rna_gpencil_modifier.c
parent049c50e095d88ce73de19057c52dcd62387559ff (diff)
GPencil: Fix tooltips for Simplify modifier
Diffstat (limited to 'source/blender/makesrna/intern/rna_gpencil_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_gpencil_modifier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_gpencil_modifier.c b/source/blender/makesrna/intern/rna_gpencil_modifier.c
index dfe9e018e94..48ef4b6c29e 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -611,7 +611,7 @@ static void rna_def_modifier_gpencilsimplify(BlenderRNA *brna)
"FIXED",
ICON_IPO_CONSTANT,
"Fixed",
- "Delete alternative vertices in the stroke, except extremes"},
+ "Delete alternating vertices in the stroke, except extremes"},
{GP_SIMPLIFY_ADAPTIVE,
"ADAPTIVE",
ICON_IPO_EASE_IN_OUT,
@@ -626,7 +626,7 @@ static void rna_def_modifier_gpencilsimplify(BlenderRNA *brna)
"MERGE",
ICON_IPO_EASE_IN_OUT,
"Merge",
- "Sample a curve using doing merge of vertex"},
+ "Simplify the stroke by merging vertices closer than a given distance"},
{0, NULL, 0, NULL, NULL},
};