From 7f5441b9167e46761c944584719a556d4604da46 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 12 Oct 2016 18:36:41 +0200 Subject: Fix T49640: Cycles constant folding incorrect for texture coordinates. --- intern/cycles/render/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles') diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp index ed8c7056aaa..131ec824be3 100644 --- a/intern/cycles/render/graph.cpp +++ b/intern/cycles/render/graph.cpp @@ -321,8 +321,8 @@ void ShaderGraph::finalize(Scene *scene, * modified afterwards. */ if(!finalized) { - clean(scene); default_inputs(do_osl); + clean(scene); refine_bump_nodes(); if(do_bump) -- cgit v1.2.3