implemented keyframe type changing
Implemented the UI to change a keyframe's type along with the ValueChanged signals that should result.
This commit is contained in:
@@ -285,6 +285,11 @@ private slots:
|
||||
*/
|
||||
void KeyframeValueChanged();
|
||||
|
||||
/**
|
||||
* @brief Slot when a keyframe's type changes to signal that the cache needs updating
|
||||
*/
|
||||
void KeyframeTypeChanged();
|
||||
|
||||
};
|
||||
|
||||
#endif // NODEINPUT_H
|
||||
|
||||
Reference in New Issue
Block a user