timelineview is now a true view of the blocks at all times

This commit is contained in:
itsmattkc
2019-08-11 21:01:37 +10:00
parent 9b63cc7755
commit 149f3fa907
13 changed files with 141 additions and 86 deletions
+5
View File
@@ -108,6 +108,11 @@ public:
*/
int IndexOfParameter(NodeParam* param);
/**
* @brief Return a list of all Nodes that this Node's inputs are connected to
*/
QList<Node*> GetDependencies();
/**
* @brief Convert a pointer to a value that can be sent between NodeParams
*/