implemented the ability to modify bezier points in the curve editor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user