From 0174185e2fb75b2b7825e8d6e1bbe2b0babfa90d Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Tue, 10 Sep 2019 17:37:27 +0200 Subject: GPencil: New Simplify Tint option This is useful to disable all layers tint in one step and it will be used for future operators. --- source/blender/makesdna/DNA_scene_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index 2a4ba7c7eaa..3334b1eafe8 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -2292,6 +2292,8 @@ typedef enum eGPencil_SimplifyFlags { SIMPLIFY_GPENCIL_FX = (1 << 5), /* Simplify layer blending */ SIMPLIFY_GPENCIL_BLEND = (1 << 6), + /* Simplify layer tint */ + SIMPLIFY_GPENCIL_TINT = (1 << 7), } eGPencil_SimplifyFlags; /* ToolSettings.gpencil_*_align - Stroke Placement mode flags */ -- cgit v1.2.3