[Bf-blender-cvs] [498c2031308] greasepencil-object: Rename "Chessboard" to "Checker Board"

Antonio Vazquez noreply at git.blender.org
Mon Jan 29 23:12:06 CET 2018


Commit: 498c203130808c45820d0b93b7d743bb5fb73171
Author: Antonio Vazquez
Date:   Mon Jan 29 23:11:57 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB498c203130808c45820d0b93b7d743bb5fb73171

Rename "Chessboard" to "Checker Board"

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

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

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

diff --git a/source/blender/makesrna/intern/rna_palette.c b/source/blender/makesrna/intern/rna_palette.c
index 2c7a13a85bd..2c9d52a51da 100644
--- a/source/blender/makesrna/intern/rna_palette.c
+++ b/source/blender/makesrna/intern/rna_palette.c
@@ -234,7 +234,7 @@ static void rna_def_palettecolor(BlenderRNA *brna)
 		{ FILL_STYLE_SOLID, "SOLID", 0, "Solid", "Fill area with solid color" },
 		{ FILL_STYLE_GRADIENT, "GRADIENT", 0, "Gradient", "Fill area with gradient color" },
 		{ FILL_STYLE_RADIAL, "RADIAL", 0, "Radial", "Fill area with radial gradient" },
-		{ FILL_STYLE_CHESSBOARD, "CHESSBOARD", 0, "Chessboard", "Fill area with chessboard pattern" },
+		{ FILL_STYLE_CHESSBOARD, "CHESSBOARD", 0, "Checker Board", "Fill area with chessboard pattern" },
 		{ FILL_STYLE_TEXTURE, "TEXTURE", 0, "Texture", "Fill area with image texture" },
 		{ FILL_STYLE_PATTERN, "PATTERN", 0, "Pattern", "Fill area with color but use image texture as pattern to distribute color" },
 		{ 0, NULL, 0, NULL, NULL }



More information about the Bf-blender-cvs mailing list