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:
Diffstat (limited to 'source/blender/compositor/nodes/COM_GroupNode.h')
-rw-r--r--source/blender/compositor/nodes/COM_GroupNode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/compositor/nodes/COM_GroupNode.h b/source/blender/compositor/nodes/COM_GroupNode.h
index ba270eaf16c..02b63fe27e3 100644
--- a/source/blender/compositor/nodes/COM_GroupNode.h
+++ b/source/blender/compositor/nodes/COM_GroupNode.h
@@ -52,6 +52,10 @@ public:
* @param system the ExecutionSystem where to add the subtree
*/
void ungroup(ExecutionSystem &system);
+
+ bNodeSocket *findInterfaceInput(InputSocket *socket);
+ bNodeSocket *findInterfaceOutput(OutputSocket *socket);
+ void addDefaultOutputOperation(ExecutionSystem &system, OutputSocket *outputsocket);
};
#endif