Fix for bug #17713: touch/no override for rendering was broken.

This commit is contained in:
Brecht Van Lommel 2008-09-29 22:31:47 +00:00
parent fed535f1fb
commit 31acc8ba9c

@ -2613,6 +2613,8 @@ void RE_BlenderAnim(Render *re, Scene *scene, int sfra, int efra, int tfra)
scene_update_for_newframe(scene, lay);
continue;
}
else
nfra+= tfra;
if (scene->r.mode & (R_NO_OVERWRITE | R_TOUCH) ) {
BKE_makepicstring(name, scene->r.pic, scene->r.cfra, scene->r.imtype);
@ -2643,7 +2645,6 @@ void RE_BlenderAnim(Render *re, Scene *scene, int sfra, int efra, int tfra)
break;
}
nfra+= tfra;
}
}