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:
authorJoshua Leung <aligorith@gmail.com>2008-12-30 06:28:01 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-30 06:28:01 +0300
commit81d788471f682ef54a9dbc85d83adb150bac39dc (patch)
tree751a0ea1427ed8a512ea93dd639c2229bb3af1b3 /source/blender/blenloader
parent11e50fb581b4abad5e5aa01a778629e4aa818fb5 (diff)
2.5 - Bugfix for old Outliner/Oops views
Old oops views were not being converted to Outliner views), so the View menu was empty.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 1de3868a1c9..c52a70ab2a4 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -5173,6 +5173,8 @@ static void area_add_window_regions(ScrArea *sa, SpaceLink *sl, ListBase *lb)
ar->v2d.keepzoom |= (V2D_LOCKZOOM_X|V2D_LOCKZOOM_Y|V2D_KEEPASPECT);
ar->v2d.keeptot = V2D_KEEPTOT_STRICT;
//ar->v2d.flag |= V2D_IS_INITIALISED;
+
+ soops->type= SO_OUTLINER;
}
break;
case SPACE_TIME: