[Bf-blender-cvs] [f51f4355b92] master: GPencil: Refine tooltip for Simplify modifier

Antonio Vazquez noreply at git.blender.org
Sat Aug 10 17:27:10 CEST 2019


Commit: f51f4355b92457879a1b5fc064bfc4385fa7f278
Author: Antonio Vazquez
Date:   Sat Aug 10 17:22:58 2019 +0200
Branches: master
https://developer.blender.org/rBf51f4355b92457879a1b5fc064bfc4385fa7f278

GPencil: Refine tooltip for Simplify modifier

===================================================================

M	source/blender/makesrna/intern/rna_gpencil_modifier.c

===================================================================

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,



More information about the Bf-blender-cvs mailing list