node importing down

This commit is contained in:
itsmattkc
2019-08-11 21:13:16 +10:00
parent 149f3fa907
commit dc4a460e32
4 changed files with 41 additions and 7 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ public:
int IndexOfParameter(NodeParam* param);
/**
* @brief Return a list of all Nodes that this Node's inputs are connected to
* @brief Return a list of all Nodes that this Node's inputs are connected to (does not include this Node)
*/
QList<Node*> GetDependencies();