Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Emara <mail@OmarEmara.dev>2022-02-17 12:33:10 +0300
committerOmar Emara <mail@OmarEmara.dev>2022-02-17 12:33:10 +0300
commitbd01a87b752cb31b7c2a57e5eb68b7afc39b2d75 (patch)
tree962321a1c7c5347f6569a585d448015a8d866220 /source/blender/nodes/composite/node_composite_util.hh
parent9de3f7834e0fa24486e6aca95100fd0984b42aaa (diff)
Viewport Compositor: Implemenet basic output nodes
This patch implemenets basic versions of the viewer and composite nodes. It is unclear is the alpha and depth inputs should be utilized.
Diffstat (limited to 'source/blender/nodes/composite/node_composite_util.hh')
-rw-r--r--source/blender/nodes/composite/node_composite_util.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/nodes/composite/node_composite_util.hh b/source/blender/nodes/composite/node_composite_util.hh
index 27a18592ebb..2a479034263 100644
--- a/source/blender/nodes/composite/node_composite_util.hh
+++ b/source/blender/nodes/composite/node_composite_util.hh
@@ -45,7 +45,6 @@
#include "RE_pipeline.h"
#include "NOD_composite.h"
-#include "NOD_compositor_execute.hh"
#include "NOD_socket.h"
#include "NOD_socket_declarations.hh"