[Bf-blender-cvs] [7621ff7] master: Cycles: Code cleanup, indentation. Was wrong in the multiview commit

Sergey Sharybin noreply at git.blender.org
Wed Apr 8 12:35:35 CEST 2015


Commit: 7621ff7e554486182efc07327d6bfd2277c5bf03
Author: Sergey Sharybin
Date:   Wed Apr 8 15:35:01 2015 +0500
Branches: master
https://developer.blender.org/rB7621ff7e554486182efc07327d6bfd2277c5bf03

Cycles: Code cleanup, indentation. Was wrong in the multiview commit

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

M	intern/cycles/blender/blender_session.cpp

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

diff --git a/intern/cycles/blender/blender_session.cpp b/intern/cycles/blender/blender_session.cpp
index 17bab0a..bdacea0 100644
--- a/intern/cycles/blender/blender_session.cpp
+++ b/intern/cycles/blender/blender_session.cpp
@@ -632,7 +632,7 @@ void BlenderSession::do_write_update_render_result(BL::RenderResult b_rr, BL::Re
 	}
 	else {
 		/* copy combined pass */
-		 BL::RenderPass b_combined_pass(b_rlay.passes.find_by_type(BL::RenderPass::type_COMBINED, b_rview_name.c_str()));
+		BL::RenderPass b_combined_pass(b_rlay.passes.find_by_type(BL::RenderPass::type_COMBINED, b_rview_name.c_str()));
 		if(buffers->get_pass_rect(PASS_COMBINED, exposure, rtile.sample, 4, &pixels[0]))
 			b_combined_pass.rect(&pixels[0]);
 	}




More information about the Bf-blender-cvs mailing list