nodes can now be connected through the node editor
This commit is contained in:
@@ -5,7 +5,7 @@ StringInput::StringInput(Node* parent, const QString& id, const QString& name, b
|
||||
{
|
||||
AddField(new StringField(this, rich_text));
|
||||
|
||||
AddNodeInput(olive::nodes::kString);
|
||||
AddAcceptedNodeInput(olive::nodes::kString);
|
||||
}
|
||||
|
||||
QString StringInput::GetStringAt(double timecode)
|
||||
|
||||
Reference in New Issue
Block a user