added signal for an edge changing that can ripple through the graph
Useful for detecting when a graph needs recompiling, in tandem with the "InvalidateCache()" signal when necessary, this signal ripples through the nodes when any of the connections change which will likely need handling by the renderer.
This commit is contained in:
@@ -285,6 +285,8 @@ protected:
|
||||
|
||||
void SendInvalidateCache(const rational& start_range, const rational& end_range);
|
||||
|
||||
virtual void DependentEdgeChanged(NodeInput* from);
|
||||
|
||||
public slots:
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user