diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp index 14b219383d0..af27b46771c 100644 --- a/intern/cycles/render/graph.cpp +++ b/intern/cycles/render/graph.cpp @@ -708,7 +708,8 @@ void ShaderGraph::transform_multi_closure(ShaderNode *node, ShaderOutput *weight value2_in->value.x = 1.0f; weight_out = math_node->output("Value"); - disconnect(weight_in); + if(weight_in->link) + disconnect(weight_in); } /* connected to closure mix weight */