looks like a mistake. should check with the scene render size, not the current scenes.

This commit is contained in:
2009-06-16 15:44:08 +00:00
parent 1025b750ee
commit aa0825a5e5

View File

@@ -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 {