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:
authorAntonioya <blendergit@gmail.com>2018-10-25 17:50:42 +0300
committerAntonioya <blendergit@gmail.com>2018-10-25 17:50:42 +0300
commit4c2561a87777d821dfb5f44463b4629a2206a9f2 (patch)
tree98f29a1fb3a73eba92ed3000277f278d09aed1f4 /source/blender/makesdna
parent2b6253175ea63e787cde8bb3c6b7fa16c17e9247 (diff)
GP: Include option to render layers by view layer
This allows to make composition getting each grease pencil layer in a different render output.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 54559ce89f7..2c59dd899a9 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -270,6 +270,7 @@ typedef struct bGPDlayer {
short line_change; /* Thickness adjustment */
float tintcolor[4]; /* Color used to tint layer, alpha value is used as factor */
float opacity; /* Opacity of the layer */
+ char viewlayername[64]; /* Name of the layer used to filter render output */
bGPDlayer_Runtime runtime;
} bGPDlayer;