From 3fc5826f7c6c7606a6bc7e01970321c4e5b41751 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Sun, 21 Jun 2020 15:51:50 +0200 Subject: GPencil: Fix unreported missing material onion filter This feature was removed by error during the refactor done in draw engine. Differential Revision: https://developer.blender.org/D8082 --- 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 357c3260121..6a4ec65318b 100644 --- a/source/blender/makesdna/DNA_material_types.h +++ b/source/blender/makesdna/DNA_material_types.h @@ -112,7 +112,7 @@ typedef enum eMaterialGPencilStyle_Flag { /* protected from further editing */ GP_MATERIAL_LOCKED = (1 << 2), /* do onion skinning */ - GP_MATERIAL_ONIONSKIN = (1 << 3), + GP_MATERIAL_HIDE_ONIONSKIN = (1 << 3), /* clamp texture */ GP_MATERIAL_TEX_CLAMP = (1 << 4), /* mix fill texture */ -- cgit v1.2.3