Fix T44310: Other render slots cleared after each render

This commit is contained in:
Dalai Felinto 2015-04-08 16:17:16 -03:00
parent 0a304337e1
commit 5d212fb812
Notes: blender-bot 2023-02-14 10:11:49 +01:00
Referenced by commit 9749b2cb81, Fix partial image update during rendering
Referenced by issue #44310, Other render slots cleared after each render
1 changed files with 1 additions and 0 deletions

View File

@ -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;