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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user