nodeparamview: make keyframes on every key track by default
Fixes #1437
This commit is contained in:
@@ -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_;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user