[Bf-blender-cvs] [fff12be9456] master: GPencil: Rename Default Fill Boundary option to All

Antonio Vazquez noreply at git.blender.org
Wed Aug 5 18:00:37 CEST 2020


Commit: fff12be9456cbeb7eed6daa4d5a23c4bd4bcb1ee
Author: Antonio Vazquez
Date:   Wed Aug 5 18:00:19 2020 +0200
Branches: master
https://developer.blender.org/rBfff12be9456cbeb7eed6daa4d5a23c4bd4bcb1ee

GPencil: Rename Default Fill Boundary option to All

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

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 aa8f20d4c8a..73ffff07c6c 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -237,7 +237,7 @@ static EnumPropertyItem rna_enum_gpencil_fill_draw_modes_items[] = {
     {GP_FILL_DMODE_BOTH,
      "BOTH",
      0,
-     "Default",
+     "All",
      "Use both visible strokes and edit lines as fill boundary limits"},
     {GP_FILL_DMODE_STROKE, "STROKE", 0, "Strokes", "Use visible strokes as fill boundary limits"},
     {GP_FILL_DMODE_CONTROL, "CONTROL", 0, "Edit Lines", "Use edit lines as fill boundary limits"},



More information about the Bf-blender-cvs mailing list