[Bf-blender-cvs] [a001cdb3ad5] greasepencil-object: GPencil: Fill: UI Tweaks

Charlie Jolly noreply at git.blender.org
Fri Mar 1 16:44:34 CET 2019


Commit: a001cdb3ad52c538618e5d31f9e96594ce7442b0
Author: Charlie Jolly
Date:   Fri Mar 1 15:44:24 2019 +0000
Branches: greasepencil-object
https://developer.blender.org/rBa001cdb3ad52c538618e5d31f9e96594ce7442b0

GPencil: Fill: UI Tweaks

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

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 0806e00c154..63c650694ad 100644
--- a/source/blender/makesrna/intern/rna_brush.c
+++ b/source/blender/makesrna/intern/rna_brush.c
@@ -126,9 +126,9 @@ static EnumPropertyItem rna_enum_gpencil_brush_eraser_modes_items[] = {
 };
 
 static EnumPropertyItem rna_enum_gpencil_fill_draw_modes_items[] = {
+	{GP_FILL_DMODE_BOTH, "BOTH", 0, "Default", "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, "Control", "Use internal control lines as fill boundary limits"},
-	{GP_FILL_DMODE_BOTH, "BOTH", 0, "Both", "Use visible strokes and control lines as fill boundary limits"},
+	{GP_FILL_DMODE_CONTROL, "CONTROL", 0, "Edit Lines", "Use edit lines as fill boundary limits"},
 	{0, NULL, 0, NULL, NULL}
 };



More information about the Bf-blender-cvs mailing list