Use render path as initial location when saving renders

This commit is contained in:
2016-03-02 12:14:23 +11:00
parent 0658659f74
commit cd6442f7d4
2 changed files with 11 additions and 8 deletions

View File

@@ -596,6 +596,7 @@ RenderResult *render_result_new(Render *re, rcti *partrct, int crop, int savebuf
rr->renrect.xmin = 0; rr->renrect.xmax = rectx - 2 * crop;
/* crop is one or two extra pixels rendered for filtering, is used for merging and display too */
rr->crop = crop;
rr->framenr = re->r.cfra;
/* tilerect is relative coordinates within render disprect. do not subtract crop yet */
rr->tilerect.xmin = partrct->xmin - re->disprect.xmin;