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:
authorMatt Ebb <matt@mke3.net>2010-06-04 05:39:34 +0400
committerMatt Ebb <matt@mke3.net>2010-06-04 05:39:34 +0400
commitb0eee216d4e551fc3c344d73983928e97bd59bb0 (patch)
tree4cc77c32666393d42f5df392a72ccdbc8257c13b /source/blender/makesdna
parentab5367e09f9cfc332a171099385e2c1b6d7516da (diff)
Fix [#22383] 3dView Layer Management (by Mouse) broken
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 8fe48f7d56a..b7975653c15 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -755,9 +755,11 @@ typedef struct Scene {
float cursor[3]; /* 3d cursor location */
float twcent[3]; /* center for transform widget */
float twmin[3], twmax[3]; /* boundbox of selection for transform widget */
- unsigned int lay;
-
+ unsigned int lay; /* bitflags for layer visibility */
+ int layact; /* active layer */
+ int pad1;
+
short flag; /* various settings */
short use_nodes;