Commit: f688fb6127ad9f393e6629f2ea71084be9890a12
Author: Thomas Dinges
Date:   Sat Jan 30 02:12:59 2016 +0100
Branches: master
https://developer.blender.org/rBf688fb6127ad9f393e6629f2ea71084be9890a12

Cleanup for last commit, these variables are no longer needed.

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

M       intern/cycles/kernel/kernel_types.h

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

diff --git a/intern/cycles/kernel/kernel_types.h 
b/intern/cycles/kernel/kernel_types.h
index 49d8859..93ff732 100644
--- a/intern/cycles/kernel/kernel_types.h
+++ b/intern/cycles/kernel/kernel_types.h
@@ -769,12 +769,6 @@ typedef ccl_addr_space struct ShaderData {
        /* length of the ray being shaded */
        float ray_length;
 
-       /* ray bounce depth */
-       int ray_depth;
-
-       /* ray transparent depth */
-       int transparent_depth;
-
 #ifdef __RAY_DIFFERENTIALS__
        /* differential of P. these are orthogonal to Ng, not N */
        differential3 dP;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to