nodes can now be connected through the node editor

This commit is contained in:
itsmattkc
2019-04-13 02:40:58 +10:00
parent 6b67727bd8
commit 8cd96eae64
24 changed files with 480 additions and 85 deletions
+1 -1
View File
@@ -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)