[Bf-blender-cvs] [e9ad3f4356c] cycles_texture_cache: Cycles: Fixed texture caching when using the new displacement nodes.

Stefan Werner noreply at git.blender.org
Fri Oct 5 12:26:08 CEST 2018


Commit: e9ad3f4356c0c7037c99cfb712c814dcffb9d7e8
Author: Stefan Werner
Date:   Fri Oct 5 12:25:41 2018 +0200
Branches: cycles_texture_cache
https://developer.blender.org/rBe9ad3f4356c0c7037c99cfb712c814dcffb9d7e8

Cycles: Fixed texture caching when using the new displacement nodes.

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

M	intern/cycles/render/graph.cpp

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

diff --git a/intern/cycles/render/graph.cpp b/intern/cycles/render/graph.cpp
index 95a70c06487..2de9a6b381c 100644
--- a/intern/cycles/render/graph.cpp
+++ b/intern/cycles/render/graph.cpp
@@ -323,7 +323,6 @@ void ShaderGraph::simplify(Scene *scene)
 		default_inputs(scene->shader_manager->use_osl());
 		clean(scene);
 		refine_bump_nodes();
-		add_differentials();
 
 		simplified = true;
 	}



More information about the Bf-blender-cvs mailing list