nodeparamview: make keyframes on every key track by default

Fixes #1437
This commit is contained in:
itsmattkc
2021-04-11 19:38:29 +10:00
parent afedea7342
commit 515d459d36
3 changed files with 38 additions and 15 deletions
+2 -3
View File
@@ -34,7 +34,7 @@ public:
bool IsStarted() const;
void Start(const NodeKeyframeTrackReference& input, const rational& time);
void Start(const NodeKeyframeTrackReference& input, const rational& time, bool create_key_on_all_tracks = true);
void Drag(QVariant value);
@@ -50,8 +50,7 @@ private:
QVariant end_value_;
NodeKeyframe* dragging_key_;
bool drag_created_key_;
QVector<NodeKeyframe*> created_keys_;
};