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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-06-16 19:44:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-06-16 19:44:08 +0400
commitaa0825a5e5c19f33cf60f72e295b5902129cfe1d (patch)
treeee689d893432192ef81a4e2a7284698b23f8594a /source
parent1025b750ee873edee48b03653ab0e6a7988245d0 (diff)
looks like a mistake. should check with the scene render size, not the current scenes.
Diffstat (limited to 'source')
-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 c4d63cf14fd..b4efa5d1432 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -8166,7 +8166,7 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
if(ed) {
WHILE_SEQ(&ed->seqbase) {
if (seq->strip && seq->strip->proxy){
- if (G.scene->r.size != 100.0) {
+ if (sce->r.size != 100.0) {
seq->strip->proxy->size
= sce->r.size;
} else {