[Bf-blender-cvs] [b52af94] master: Forgot this in the last commit

Antony Riakiotakis noreply at git.blender.org
Wed May 27 14:44:28 CEST 2015


Commit: b52af946cd92993dd6918797214d956070813878
Author: Antony Riakiotakis
Date:   Wed May 27 14:43:54 2015 +0200
Branches: master
https://developer.blender.org/rBb52af946cd92993dd6918797214d956070813878

Forgot this in the last commit

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

M	source/blender/render/intern/source/pipeline.c

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

diff --git a/source/blender/render/intern/source/pipeline.c b/source/blender/render/intern/source/pipeline.c
index 82350e0..f8eb133 100644
--- a/source/blender/render/intern/source/pipeline.c
+++ b/source/blender/render/intern/source/pipeline.c
@@ -3174,7 +3174,7 @@ bool RE_WriteRenderViewsImage(ReportList *reports, RenderResult *rr, Scene *scen
 					ibuf->planes = 24;
 
 					IMB_colormanagement_imbuf_for_write(ibuf, true, false, &scene->view_settings,
-					                                    &scene->display_settings, &rd->im_format);
+					                                    &scene->display_settings, &imf);
 
 					if (stamp) {
 						/* writes the name of the individual cameras */




More information about the Bf-blender-cvs mailing list