nodeview: improved nodeview usage

Rather than the cumbersome and small "node connectors" (introduced a while ago
when nodes had more than one output), this is a more streamlined system of
connecting nodes (hold Ctrl and drag to connect)
This commit is contained in:
itsmattkc
2020-04-03 08:34:47 +11:00
parent e1ca5f2f82
commit 378c354277
5 changed files with 248 additions and 334 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ void NodeViewScene::ReorganizeInternal(NodeViewItem* src_item, QHash<Node*, int>
return;
}
Node* n = src_item->node();
Node* n = src_item->GetNode();
QList<Node*> connected_nodes = n->GetImmediateDependencies();