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>2019-02-28 18:11:30 +0300
committerAntonioya <blendergit@gmail.com>2019-02-28 19:13:05 +0300
commit2cd478cf1971aa27c46dbe683354c3f2165dc548 (patch)
tree627503a134d4a470bc740244f86a2a59b371b23c /source/blender/draw/engines/gpencil/gpencil_engine.h
parent0f37d7162b56ed6e81fe2be8beaf0b9afb21b470 (diff)
GPencil: Rename variable name and add alpha to outline
The outline now has some alpha to be more consistent with other Blender areas.
Diffstat (limited to 'source/blender/draw/engines/gpencil/gpencil_engine.h')
-rw-r--r--source/blender/draw/engines/gpencil/gpencil_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.h b/source/blender/draw/engines/gpencil/gpencil_engine.h
index a27f2968487..1b92f599246 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.h
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.h
@@ -146,7 +146,7 @@ typedef struct GPENCIL_Storage {
const float *pixsize;
float render_pixsize;
int tonemapping;
- int do_select;
+ int do_select_outline;
float select_color[4];
short multisamples;