[Bf-blender-cvs] [604d907025a] greasepencil-object: GPencil: Fix typo error

Antonio Vazquez noreply at git.blender.org
Wed Feb 26 17:38:28 CET 2020


Commit: 604d907025aeeab41a6cbe2515498c18df8bf605
Author: Antonio Vazquez
Date:   Wed Feb 26 17:38:17 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rB604d907025aeeab41a6cbe2515498c18df8bf605

GPencil: Fix typo error

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

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 fa4b290138a..a7cdf7d141b 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -222,7 +222,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