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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-08-22 17:31:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-08-22 17:31:33 +0300
commit9cfb72ff81a36c26f4b611ec733432968f15a2de (patch)
treebf7c6af1e2f11bffa681148dd6dff7ca04299b8d /source/blender/makesrna/intern/rna_image_api.c
parent831e86d5391e8665d2fd05c7ff58cf08b8d41a54 (diff)
parent9f40153094bc72c0c4372893f20f9d2aace17049 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesrna/intern/rna_image_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_image_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_image_api.c b/source/blender/makesrna/intern/rna_image_api.c
index 936674a1e96..d665cc32e6b 100644
--- a/source/blender/makesrna/intern/rna_image_api.c
+++ b/source/blender/makesrna/intern/rna_image_api.c
@@ -290,7 +290,7 @@ static void rna_Image_filepath_from_user(Image *image, ImageUser *image_user, ch
static void rna_Image_buffers_free(Image *image)
{
- BKE_image_free_buffers(image);
+ BKE_image_free_buffers_ex(image, true);
}
#else