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_SwitchNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_SwitchNode.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_SwitchNode.cpp b/source/blender/compositor/nodes/COM_SwitchNode.cpp
index 83e0be7d3c0..c65d7fbdc61 100644
--- a/source/blender/compositor/nodes/COM_SwitchNode.cpp
+++ b/source/blender/compositor/nodes/COM_SwitchNode.cpp
@@ -24,11 +24,13 @@
#include "COM_ExecutionSystem.h"
#include "COM_SocketProxyOperation.h"
-SwitchNode::SwitchNode(bNode *editorNode): Node(editorNode) {
+SwitchNode::SwitchNode(bNode *editorNode): Node(editorNode)
+{
}
-void SwitchNode::convertToOperations(ExecutionSystem *graph, CompositorContext * context) {
+void SwitchNode::convertToOperations(ExecutionSystem *graph, CompositorContext * context)
+{
SocketProxyOperation * operation = new SocketProxyOperation();
int switchFrame = this->getbNode()->custom1;