From 6673c76e78742c64ccd0afa7a9d1f598a8022878 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 20 Nov 2011 16:38:23 +0000 Subject: Muting node patch: second part. Also fix [#27636] Muting shading nodes is ignored MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now, compositing, shading and texture nodes have a consistent muting system, with default behaving as previous (for compo), and which can be optionaly customized by each node. Shader nodes are also GLSL muted. However, Cycles is currently unaware of muted nodes, will try to address this… --- source/blender/gpu/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/gpu/CMakeLists.txt') diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 557b22e3a2e..4488442815d 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -31,6 +31,8 @@ set(INC ../imbuf ../makesdna ../makesrna + ../nodes # For node muting stuff... + ../nodes/intern # For node muting stuff... ../../../intern/guardedalloc ../../../intern/smoke/extern ) -- cgit v1.2.3