Fix #33252: VSE preview displays wrong color space

Early output was not setting image buffer float color space
This commit is contained in:
Sergey Sharybin
2012-11-21 10:13:52 +00:00
parent d73633e537
commit 7ea3c5ed6d

View File

@@ -139,6 +139,9 @@ static ImBuf *prepare_effect_imbufs(SeqRenderData context, ImBuf *ibuf1, ImBuf *
IMB_rect_from_float(ibuf3);
}
if (out->rect_float)
IMB_colormanagement_assign_float_colorspace(out, context.scene->sequencer_colorspace_settings.name);
return out;
}