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-05-03 16:31:03 +0300
committerJeroen Bakker <j.bakker@atmind.nl>2018-05-03 16:31:03 +0300
commit2bf333b35dda46e9ec870b4aeec431562284eaf8 (patch)
tree4ebcd5c9e73d2e9800905a7606690474e6cf919b /source/blender/makesdna
parent1833e8d7b0945605fda5beb8f224b019aaf7d6a8 (diff)
Workbench: studiolight
Diffstat (limited to 'source/blender/makesdna')
-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 545acf667b6..dd2933b04ee 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -258,7 +258,7 @@ typedef struct View3D {
/* drawtype options (lighting, random) used for drawtype == OB_SOLID */
short drawtype_lighting;
short drawtype_options;
- short pad5;
+ short drawtype_studiolight;
int overlays;
int pad6;