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:
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index ee3dd5b4131..5987f03a198 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -3902,8 +3902,12 @@ static void do_versions(Main *main)
}
}
}
-
- if(main->versionfile <= 229) {
+ /* ton: made this 230 instead of 229,
+ to be sure (tuho files) and this is a reliable check anyway
+ nevertheless, we might need to think over a fitness (initialize)
+ check apart from the do_versions() */
+
+ if(main->versionfile <= 230) {
bScreen *sc;
// new variable blockscale, for panels in any area