[Bf-blender-cvs] [1d302df4f82] master: UI: Fix Typo in GP Erase RNA

Aaron Carlisle noreply at git.blender.org
Wed Feb 26 22:37:57 CET 2020


Commit: 1d302df4f82e27d2d292bfab168f23a8f9d6b9cf
Author: Aaron Carlisle
Date:   Wed Feb 26 16:37:07 2020 -0500
Branches: master
https://developer.blender.org/rB1d302df4f82e27d2d292bfab168f23a8f9d6b9cf

UI: Fix Typo in GP Erase RNA

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

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

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

diff --git a/source/blender/makesrna/intern/rna_brush.c b/source/blender/makesrna/intern/rna_brush.c
index 02aec9527f0..a219bbcfc8e 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -155,7 +155,7 @@ static EnumPropertyItem rna_enum_gpencil_brush_eraser_modes_items[] = {
     {GP_BRUSH_ERASER_SOFT,
      "SOFT",
      0,
-     "Dissolve,",
+     "Dissolve",
      "Erase strokes, fading their points strength and thickness"},
     {GP_BRUSH_ERASER_HARD, "HARD", 0, "Point", "Erase stroke points"},
     {GP_BRUSH_ERASER_STROKE, "STROKE", 0, "Stroke", "Erase entire strokes"},



More information about the Bf-blender-cvs mailing list