move ignore connections to input flag

This commit is contained in:
itsmattkc
2023-02-20 16:18:20 -08:00
parent 11e4e051c3
commit 7348d28243
5 changed files with 9 additions and 29 deletions
-11
View File
@@ -995,15 +995,6 @@ protected:
void SendInvalidateCache(const TimeRange &range, const InvalidateCacheOptions &options);
/**
* @brief Don't send cache invalidation signals if `input` is connected or disconnected
*
* By default, when a node is connected or disconnected from input, the Node assumes that the
* parameters has changed throughout the duration of the clip (essential from 0 to infinity).
* In some scenarios, it may be preferable to handle this signal separately in order to
*/
void IgnoreInvalidationsFrom(const QString &input_id);
enum GizmoScaleHandles {
kGizmoScaleTopLeft,
kGizmoScaleTopCenter,
@@ -1212,8 +1203,6 @@ private:
void ClearElement(const QString &input, int index);
QVector<QString> ignore_connections_;
/**
* @brief Custom user label for node
*/