[Bf-blender-cvs] [333e92f3d3e] greasepencil-object: GPencil: Change Simplify RDP tooltip

Antonio Vazquez noreply at git.blender.org
Sun Feb 23 13:11:53 CET 2020


Commit: 333e92f3d3eca753caab0be7044e354cabdd155a
Author: Antonio Vazquez
Date:   Sun Feb 23 12:48:14 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB333e92f3d3eca753caab0be7044e354cabdd155a

GPencil: Change Simplify RDP tooltip

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

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 7d881e5cd81..51f81c3e194 100644
--- a/source/blender/makesrna/intern/rna_gpencil_modifier.c
+++ b/source/blender/makesrna/intern/rna_gpencil_modifier.c
@@ -678,7 +678,7 @@ static void rna_def_modifier_gpencilsimplify(BlenderRNA *brna)
        "ADAPTIVE",
        ICON_IPO_EASE_IN_OUT,
        "Adaptive",
-       "Use a RDP algorithm to simplify the stroke"},
+       "Use a Ramer-Douglas-Peucker algorithm to simplify the stroke preserving main shape"},
       {GP_SIMPLIFY_SAMPLE,
        "SAMPLE",
        ICON_IPO_EASE_IN_OUT,



More information about the Bf-blender-cvs mailing list