ported functions to new node type

This commit is contained in:
itsmattkc
2019-05-13 12:00:15 +10:00
parent f796c2b379
commit 49feb12999
53 changed files with 296 additions and 269 deletions
+2 -2
View File
@@ -125,8 +125,8 @@ void NodeEditor::LoadEdges()
if (n->parent_clip == first_clip) {
// Connect all rows to this
for (int j=0;j<n->row_count();j++) {
ConnectRow(n->row(j));
for (int j=0;j<n->ParameterCount();j++) {
ConnectRow(n->Parameter(j));
}
// Get node edges