Fix #119427: UI: The Metadata is gone for the rendered image #119495

Closed
Philipp Oeser wants to merge 1 commits from lichtwerk/blender:119427 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 2 additions and 0 deletions

View File

@ -4479,6 +4479,8 @@ static ImBuf *image_get_render_result(Image *ima, ImageUser *iuser, void **r_loc
pass_ibuf->y = rres.recty;
}
BKE_imbuf_stamp_info(&rres, pass_ibuf);
return pass_ibuf;
}