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:22:58 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-08-10 18:22:58 +0300
commitf51f4355b92457879a1b5fc064bfc4385fa7f278 (patch)
tree06af2a0eb2f658be7da07f9f59e0f2eff4f44140 /source/blender/makesrna/intern/rna_gpencil_modifier.c
parent7440144e2b3836e3778cd5413cb1d1466878a6bf (diff)
GPencil: Refine tooltip 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 de24b5d3f4b..e8281819b03 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -616,12 +616,12 @@ static void rna_def_modifier_gpencilsimplify(BlenderRNA *brna)
"ADAPTIVE",
ICON_IPO_EASE_IN_OUT,
"Adaptive",
- "Use a RDP algorithm to simplify"},
+ "Use a RDP algorithm to simplify the stroke"},
{GP_SIMPLIFY_SAMPLE,
"SAMPLE",
ICON_IPO_EASE_IN_OUT,
"Sample",
- "Sample a curve using a fixed length"},
+ "Resample the stroke with segments of the specified length"},
{GP_SIMPLIFY_MERGE,
"MERGE",
ICON_IPO_EASE_IN_OUT,