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:
authorJeroen Bakker <j.bakker@atmind.nl>2018-06-01 18:06:25 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-06-01 18:15:35 +0300
commite4a727626e34eef20e2b41cc3e26b41db4f360a0 (patch)
tree25af9312b02b0defae25f2c08c2a9863d2e795e1 /source/blender/makesdna/DNA_view3d_types.h
parent56dc2bf0c528524b9a31c9cd27f9b1a261827bf0 (diff)
X-Ray: Added a slider for the alpha
- will not render when set to 0.0 for speed reasons. so when user sets transparency to hide everything the bigger passes will be skipped.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 2ef5350c70e..7bb2ce7af02 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -148,7 +148,7 @@ typedef struct View3DShading {
float studiolight_background;
float object_outline_color[3];
- float pad2;
+ float xray_alpha;
} View3DShading;
/* 3D Viewport Overlay setings */