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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-04 18:08:09 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-03-04 18:08:09 +0300
commiteb888d05e92bca3509e83cd5acfc3eb1744d295d (patch)
tree11a00212015f6ceea39a5f7990da65bef5b20426 /source/blender/makesrna/intern/rna_image_api.c
parent708eb5501815e1dadb168d87573cde3d97192e83 (diff)
parent3c5113221d1220fc51d78a0c431245df40bc6464 (diff)
Merge branch 'blender2.7'
Diffstat (limited to 'source/blender/makesrna/intern/rna_image_api.c')
-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 e03fd810e2e..25cb6894b4d 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -187,6 +187,7 @@ static void rna_Image_unpack(Image *image, Main *bmain, ReportList *reports, int
static void rna_Image_reload(Image *image, Main *bmain)
{
BKE_image_signal(bmain, image, NULL, IMA_SIGNAL_RELOAD);
+ WM_main_add_notifier(NC_IMAGE | NA_EDITED, image);
}
static void rna_Image_update(Image *image, ReportList *reports)