Fix partial image update during rendering

Was broken since 5d212fb.
This commit is contained in:
2015-04-09 15:32:53 +05:00
parent d75bfdfafc
commit 9749b2cb81

View File

@@ -893,6 +893,7 @@ static int screen_render_invoke(bContext *C, wmOperator *op, const wmEvent *even
rj->write_still = is_write_still && !is_animation;
rj->iuser.scene = scene;
rj->iuser.ok = 1;
rj->iuser.passtype = SCE_PASS_COMBINED;
rj->reports = op->reports;
rj->orig_layer = 0;
rj->last_layer = 0;