Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2022-05-23 09:16:50 +0300
committerJeroen Bakker <jeroen@blender.org>2022-05-23 09:16:50 +0300
commitf93b2371942b3da34a9e827b163e2324e254c625 (patch)
tree3c829d45db70ae84dd763b2b7716551d52c2dd93 /source/blender/makesrna
parentad33e6834861041d3e2660ae150a0a1903b27bcb (diff)
parent4418536f69dae23985cb55195066521af488298b (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index b385f576585..c8b8d8b5c7a 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -156,6 +156,7 @@ static void rna_Image_update(Image *image, ReportList *reports)
}
ibuf->userflags |= IB_DISPLAY_BUFFER_INVALID;
+ BKE_image_partial_update_mark_full_update(image);
BKE_image_release_ibuf(image, ibuf, NULL);
}