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_CombineRGBANode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_CombineRGBANode.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_CombineRGBANode.cpp b/source/blender/compositor/nodes/COM_CombineRGBANode.cpp
index 6bef0441e5e..d5fef1e756a 100644
--- a/source/blender/compositor/nodes/COM_CombineRGBANode.cpp
+++ b/source/blender/compositor/nodes/COM_CombineRGBANode.cpp
@@ -29,11 +29,13 @@
#include "DNA_material_types.h" // the ramp types
-CombineRGBANode::CombineRGBANode(bNode *editorNode): Node(editorNode) {
+CombineRGBANode::CombineRGBANode(bNode *editorNode): Node(editorNode)
+{
}
-void CombineRGBANode::convertToOperations(ExecutionSystem *graph, CompositorContext * context) {
+void CombineRGBANode::convertToOperations(ExecutionSystem *graph, CompositorContext * context)
+{
InputSocket *inputRSocket = this->getInputSocket(0);
InputSocket *inputGSocket = this->getInputSocket(1);
InputSocket *inputBSocket = this->getInputSocket(2);