Add new nodes to Video Effects list

This commit is contained in:
Thomas Wilshaw
2022-05-07 19:37:12 +01:00
parent d08c46aaab
commit e4b7d33af1
+2
View File
@@ -36,6 +36,8 @@ OCIOBaseNode::OCIOBaseNode() :
SetEffectInput(kTextureInput);
connect(this, &Node::AddedToGraph, this, &OCIOBaseNode::ParentChanged);
SetFlags(kVideoEffect);
}
void OCIOBaseNode::ParentChanged(NodeGraph *graph)