Set default input for the ociobase node
This commit is contained in:
@@ -33,6 +33,8 @@ OCIOBaseNode::OCIOBaseNode() :
|
||||
{
|
||||
AddInput(kTextureInput, NodeValue::kTexture, InputFlags(kInputFlagNotKeyframable));
|
||||
|
||||
SetEffectInput(kTextureInput);
|
||||
|
||||
connect(this, &Node::AddedToGraph, this, &OCIOBaseNode::ParentChanged);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user