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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 19:28:37 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-10 19:28:37 +0400
commitff5875f1c19fad95349c8821a8fe5d02d111408c (patch)
tree1750c12220c34d53451dc01aae93bdd803b6375a /source/blender/blenloader
parent84b734a4df84afdc8702872f00dd89244815623e (diff)
Bump subversion so iteration through all markers would happen
only for old files which actually needs to be ported to 4 corners representation.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index cd0bbb314eb..c727717dac8 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -7700,7 +7700,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
}
}
- {
+ if (main->versionfile < 263 || (main->versionfile == 263 && main->subversionfile < 11)) {
MovieClip *clip;
for (clip = main->movieclip.first; clip; clip = clip->id.next) {