Fix T96670: bake from multires not reflected in the Image Editor.

This commit is contained in:
Jeroen Bakker 2022-03-28 08:26:22 +02:00
parent 387b34f0c2
commit af1341322f
Notes: blender-bot 2023-02-14 00:20:15 +01:00
Referenced by issue #96670, Regression: Blender 3.1 bake from multires not reflected in the Image Editor
Referenced by issue #96241, 3.1: Potential candidates for corrective releases
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ static void multiresbake_freejob(void *bkv)
/* delete here, since this delete will be called from main thread */
for (link = data->images.first; link; link = link->next) {
Image *ima = (Image *)link->data;
BKE_image_free_gputextures(ima);
BKE_image_partial_update_mark_full_update(ima);
}
MEM_freeN(data->ob_image.array);