diff --git a/app/node/color/ociobase/ociobase.cpp b/app/node/color/ociobase/ociobase.cpp index 976ef35fb..e59f19343 100644 --- a/app/node/color/ociobase/ociobase.cpp +++ b/app/node/color/ociobase/ociobase.cpp @@ -33,6 +33,8 @@ OCIOBaseNode::OCIOBaseNode() : { AddInput(kTextureInput, NodeValue::kTexture, InputFlags(kInputFlagNotKeyframable)); + SetEffectInput(kTextureInput); + connect(this, &Node::AddedToGraph, this, &OCIOBaseNode::ParentChanged); }