From eac2042fc0218d6117ab6f0cacc7b121241a6033 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 19 Dec 2012 16:45:47 +0000 Subject: Another patch for changes in file format... - Since 2.50, the .blends have the current file name stored - In versions up to 2.65.0 this didn't save for files saved from startup (i.e. files saved without loading a file) Code now adds the file name after all, except for recovery loads. --- source/blender/editors/screen/screen_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/screen') diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c index c827d8c686b..557bdb8995b 100644 --- a/source/blender/editors/screen/screen_edit.c +++ b/source/blender/editors/screen/screen_edit.c @@ -672,7 +672,7 @@ static void screen_test_scale(bScreen *sc, int winsizex, int winsizey) CLAMP(sv->vec.y, 0, winsizey); } -} + } /* test for collapsed areas. This could happen in some blender version... */ /* ton: removed option now, it needs Context... */ -- cgit v1.2.3