From e68c8ba24edebc83b86c2fa06f1e74d47737261c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 7 Jul 2019 13:43:42 +1000 Subject: Cleanup: rename gpencil chess -> checker Match existing texture name. --- source/blender/makesdna/DNA_material_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_material_types.h') diff --git a/source/blender/makesdna/DNA_material_types.h b/source/blender/makesdna/DNA_material_types.h index d65a4896758..42308f54d7a 100644 --- a/source/blender/makesdna/DNA_material_types.h +++ b/source/blender/makesdna/DNA_material_types.h @@ -338,7 +338,7 @@ enum { enum { GP_STYLE_FILL_STYLE_SOLID = 0, GP_STYLE_FILL_STYLE_GRADIENT, - GP_STYLE_FILL_STYLE_CHESSBOARD, + GP_STYLE_FILL_STYLE_CHECKER, GP_STYLE_FILL_STYLE_TEXTURE, }; -- cgit v1.2.3