Commit: 5d212fb8121912cd583eadb55ea19c9bbab7b5e9
Author: Dalai Felinto
Date:   Wed Apr 8 16:17:16 2015 -0300
Branches: master
https://developer.blender.org/rB5d212fb8121912cd583eadb55ea19c9bbab7b5e9

Fix T44310: Other render slots cleared after each render

===================================================================

M       source/blender/editors/space_image/space_image.c

===================================================================

diff --git a/source/blender/editors/space_image/space_image.c 
b/source/blender/editors/space_image/space_image.c
index 1023f96..32584a3 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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to