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:
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index 6168b00508b..5db0021af22 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -152,7 +152,7 @@ typedef struct View3DShading {
char background_type;
char cavity_type;
char wire_color_type;
- char _pad[6];
+ char _pad[2];
/** FILE_MAXFILE. */
char studio_light[256];
@@ -166,6 +166,7 @@ typedef struct View3DShading {
float studiolight_rot_z;
float studiolight_background;
+ float studiolight_intensity;
float object_outline_color[3];
float xray_alpha;
@@ -178,7 +179,6 @@ typedef struct View3DShading {
float curvature_ridge_factor;
float curvature_valley_factor;
-
} View3DShading;
/** 3D Viewport Overlay settings. */