[Bf-blender-cvs] [f876116] master: Fix typo in variable name as well.

Thomas Dinges noreply at git.blender.org
Mon Jun 13 14:08:21 CEST 2016


Commit: f87611622db405a00a082d941b6d2e37104ff2d0
Author: Thomas Dinges
Date:   Mon Jun 13 14:08:06 2016 +0200
Branches: master
https://developer.blender.org/rBf87611622db405a00a082d941b6d2e37104ff2d0

Fix typo in variable name as well.

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

M	intern/cycles/render/nodes.cpp

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

diff --git a/intern/cycles/render/nodes.cpp b/intern/cycles/render/nodes.cpp
index 6d6284b..1157a12 100644
--- a/intern/cycles/render/nodes.cpp
+++ b/intern/cycles/render/nodes.cpp
@@ -2985,7 +2985,7 @@ NODE_DEFINE(LightPathNode)
 
 	SOCKET_OUT_FLOAT(is_camera_ray, "Is Camera Ray");
 	SOCKET_OUT_FLOAT(is_shadow_ray, "Is Shadow Ray");
-	SOCKET_OUT_FLOAT(is_diffus_ray, "Is Diffuse Ray");
+	SOCKET_OUT_FLOAT(is_diffuse_ray, "Is Diffuse Ray");
 	SOCKET_OUT_FLOAT(is_glossy_ray, "Is Glossy Ray");
 	SOCKET_OUT_FLOAT(is_singular_ray, "Is Singular Ray");
 	SOCKET_OUT_FLOAT(is_reflection_ray, "Is Reflection Ray");




More information about the Bf-blender-cvs mailing list