Set default input for the ociobase node

This commit is contained in:
Thomas Wilshaw
2022-05-06 18:51:35 +01:00
parent 0775143485
commit 7c23ad0b51
+2
View File
@@ -33,6 +33,8 @@ OCIOBaseNode::OCIOBaseNode() :
{
AddInput(kTextureInput, NodeValue::kTexture, InputFlags(kInputFlagNotKeyframable));
SetEffectInput(kTextureInput);
connect(this, &Node::AddedToGraph, this, &OCIOBaseNode::ParentChanged);
}