style cleanup: compositor, pointer syntax, function brace placement, line length
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user