Commit from Alfredo to support yafray sub-rect updating required an

additional initialize for scanline length in Blender.

(Error: only the entire tiles were visibly updated while render)
This commit is contained in:
Ton Roosendaal
2006-06-11 19:53:24 +00:00
parent 7840570b16
commit c2df22f306

View File

@@ -367,6 +367,7 @@ static RenderResult *new_render_result(Render *re, rcti *partrct, int crop, int
rr= MEM_callocT(sizeof(RenderResult), "new render result");
rr->rectx= rectx;
rr->recty= recty;
rr->renrect.xmin= 0; rr->renrect.xmax= rectx;
/* crop is one or two extra pixels rendered for filtering, is used for merging and display too */
rr->crop= crop;