Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2019-09-10 18:37:27 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-09-10 18:41:23 +0300
commit0174185e2fb75b2b7825e8d6e1bbe2b0babfa90d (patch)
tree80b573bea8f862bb7d035c9bd5ee0bab1120ee68 /source/blender/makesdna/DNA_scene_types.h
parent8f55794c0e803ec5454febe2e45651c721f62c8f (diff)
GPencil: New Simplify Tint option
This is useful to disable all layers tint in one step and it will be used for future operators.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 2 insertions, 0 deletions
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 */