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:
authorPhilipp Oeser <info@graphics-engineer.com>2021-02-10 15:30:07 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-02-10 15:30:07 +0300
commitd9eeb7840f52d9fdbb6c4a5d3f1f2b2944fbcc6e (patch)
treef108908a848ae7fdfdfa74d5edf31887296b11e4 /source/blender/windowmanager
parent4c883fd04e7d2c23645bf6fcf4ce521961a3e836 (diff)
parent97cc130f472fa2e5e12ae07312abae2de7d409aa (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 7680a786634..42d17387d77 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1363,6 +1363,7 @@ static ImBuf *blend_file_thumb(const bContext *C,
IB_rect,
R_ALPHAPREMUL,
NULL,
+ true,
NULL,
err_out);
}