From b0eee216d4e551fc3c344d73983928e97bd59bb0 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Fri, 4 Jun 2010 01:39:34 +0000 Subject: Fix [#22383] 3dView Layer Management (by Mouse) broken --- source/blender/makesdna/DNA_scene_types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') 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; -- cgit v1.2.3