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_ColorToBWNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_ColorToBWNode.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_ColorToBWNode.cpp b/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
index a58c2e9fd19..7ff7ee1c13e 100644
--- a/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
@@ -25,10 +25,12 @@
#include "COM_ConvertColorToBWOperation.h"
#include "COM_ExecutionSystem.h"
-ColourToBWNode::ColourToBWNode(bNode *editorNode): Node(editorNode) {
+ColourToBWNode::ColourToBWNode(bNode *editorNode): Node(editorNode)
+{
}
-void ColourToBWNode::convertToOperations(ExecutionSystem *graph, CompositorContext * context) {
+void ColourToBWNode::convertToOperations(ExecutionSystem *graph, CompositorContext * context)
+{
InputSocket *colourSocket = this->getInputSocket(0);
OutputSocket *valueSocket = this->getOutputSocket(0);