[Bf-blender-cvs] [6555c5f] experimental-build: Debug commit for T46412.

Bastien Montagne noreply at git.blender.org
Sun Oct 11 15:23:52 CEST 2015


Commit: 6555c5fd7604c384c0ea30c75db2f7df7b64b131
Author: Bastien Montagne
Date:   Sun Oct 11 15:23:16 2015 +0200
Branches: experimental-build
https://developer.blender.org/rB6555c5fd7604c384c0ea30c75db2f7df7b64b131

Debug commit for T46412.

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

M	source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp

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

diff --git a/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp b/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
index fa9a957..436657c 100644
--- a/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
+++ b/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
@@ -99,6 +99,7 @@ void ConvertDepthToRadiusOperation::executePixelSampled(float output[4], float x
 	else {
 		output[0] = 0.0f;
 	}
+	printf("%f, %f\n", z, output[0]);
 }
 
 void ConvertDepthToRadiusOperation::deinitExecution()




More information about the Bf-blender-cvs mailing list