timelineview is now a true view of the blocks at all times
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user