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-05-31 16:59:37 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-05-31 17:55:06 +0300
commit4620bd4f799cbade2e8cd6027c37fb942d04c64a (patch)
tree0cf7f24eb2aff937ae89fd06d947cba8bca04936 /source/blender/draw/engines/gpencil/gpencil_engine.h
parentc01e43d024d50dd420e746610b1cf41973cdf2ca (diff)
GPencil: Cleanup some comments
Diffstat (limited to 'source/blender/draw/engines/gpencil/gpencil_engine.h')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.h b/source/blender/draw/engines/gpencil/gpencil_engine.h
index aa26d787487..a7e4c9d58d6 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.h
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.h
@@ -67,8 +67,11 @@ struct tGPspoint;
/* *********** OBJECTS CACHE *********** */
typedef struct tGPencilObjectCache_shgrp {
+ /** type of blend (regular, add, mult, etc...) */
int mode;
+ /** flag to enable the layer clamping */
bool clamp_layer;
+ /** factor to define the opacity of the layer */
float blend_opacity;
DRWShadingGroup *init_shgrp;
DRWShadingGroup *end_shgrp;