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:
authorDalai Felinto <dfelinto@gmail.com>2015-04-08 22:17:16 +0300
committerDalai Felinto <dfelinto@gmail.com>2015-04-08 22:17:56 +0300
commit5d212fb8121912cd583eadb55ea19c9bbab7b5e9 (patch)
tree15e8054cbe072fef800832946ba648b6c4c35d9b /source/blender/editors/space_image
parent0a304337e184c97eabf7e451714bde14a32c0a12 (diff)
Fix T44310: Other render slots cleared after each render
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/space_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 1023f9641b3..32584a3a2df 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -157,6 +157,7 @@ static SpaceLink *image_new(const bContext *UNUSED(C))
simage->iuser.fie_ima = 2;
simage->iuser.frames = 100;
simage->iuser.flag = IMA_SHOW_STEREO;
+ simage->iuser.passtype = SCE_PASS_COMBINED;
scopes_new(&simage->scopes);
simage->sample_line_hist.height = 100;