[Bf-blender-cvs] [2d3c2510b9d] greasepencil-refactor: GPencil: Rename "Boxes" mode to "Squares"

Antonio Vazquez noreply at git.blender.org
Wed Dec 11 10:36:02 CET 2019


Commit: 2d3c2510b9dfef8c587a5bd55c66d477693bf7e3
Author: Antonio Vazquez
Date:   Wed Dec 11 10:35:50 2019 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB2d3c2510b9dfef8c587a5bd55c66d477693bf7e3

GPencil: Rename "Boxes" mode to "Squares"

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

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

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

diff --git a/source/blender/makesrna/intern/rna_material.c b/source/blender/makesrna/intern/rna_material.c
index a29031900ac..0ee28b217ee 100644
--- a/source/blender/makesrna/intern/rna_material.c
+++ b/source/blender/makesrna/intern/rna_material.c
@@ -413,7 +413,7 @@ static void rna_def_material_greasepencil(BlenderRNA *brna)
   static EnumPropertyItem gpcolordata_mode_types_items[] = {
       {GP_STYLE_MODE_LINE, "LINE", 0, "Line", "Draw strokes using a continuous line"},
       {GP_STYLE_MODE_DOTS, "DOTS", 0, "Dots", "Draw strokes using separated dots"},
-      {GP_STYLE_MODE_BOX, "BOX", 0, "Boxes", "Draw strokes using separated rectangle boxes"},
+      {GP_STYLE_MODE_BOX, "BOX", 0, "Squares", "Draw strokes using separated squares"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list