From ca43a2a87fee9634baf8aa9c526b99bfcd44ec87 Mon Sep 17 00:00:00 2001 From: Matt Ebb Date: Tue, 9 Mar 2010 01:25:15 +0000 Subject: [PATCH] Fix [#21022] Compositors File Output node doesn't use Colour Managment --- source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c b/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c index b948ccbd273..43a50235f9f 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_outputFile.c @@ -54,6 +54,8 @@ static void node_composit_exec_output_file(void *data, bNode *node, bNodeStack * ibuf->rect_float= cbuf->rect; ibuf->dither= rd->dither_intensity; + ibuf->profile = IB_PROFILE_LINEAR_RGB; + if(in[1]->data) { CompBuf *zbuf= in[1]->data; if(zbuf->type==CB_VAL && zbuf->x==cbuf->x && zbuf->y==cbuf->y) {