implemented the ability to modify bezier points in the curve editor

This commit is contained in:
itsmattkc
2019-12-28 22:40:30 +11:00
parent 4cd5e103b8
commit 1d3d52db9b
23 changed files with 744 additions and 282 deletions
+5
View File
@@ -7,6 +7,7 @@
#include "curveview.h"
#include "node/input.h"
#include "widget/nodeparamview/nodeparamviewkeyframecontrol.h"
#include "widget/nodeparamview/nodeparamviewwidgetbridge.h"
#include "widget/timeruler/timeruler.h"
@@ -60,6 +61,8 @@ private:
NodeParamViewWidgetBridge* bridge_;
NodeParamViewKeyframeControl* key_control_;
private slots:
void UpdateBridgeTime(const int64_t& timestamp);
@@ -67,6 +70,8 @@ private slots:
void KeyframeTypeButtonTriggered(bool checked);
void KeyControlRequestedTimeChanged(const rational& time);
};
#endif // CURVEWIDGET_H