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:
authorCampbell Barton <ideasman42@gmail.com>2013-05-24 01:24:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-24 01:24:56 +0400
commit902e3ddd11335f1210a8df8fbcd0229a8d2efd62 (patch)
treeef937ca562cb6e82606dc7825e995d928994feb5 /source/blender/makesdna
parentab2cfd87e0b092dbf2e6ba8e1f735489cd2f38d1 (diff)
fix [#35488] Toggle "Show All Layers"
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index b2aebd24c1e..499598d2df5 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -163,8 +163,9 @@ typedef struct View3D {
float bundle_size; /* size of bundles in reconstructed data */
char bundle_drawtype; /* display style for bundle */
- char pad[7];
+ char pad[3];
+ unsigned int lay_prev; /* for active layer toggle */
unsigned int lay_used; /* used while drawing */
short persp DNA_DEPRECATED;