PolygonGenerator: Finished main implementation

It's been 84 years, but the polygon generator not only works, but now has bezier support. The UI could still use some work, but this was the hardest part. I guess complex masking should be possible now, if perhaps slightly cumbersome until the UI is smoothed out.
This commit is contained in:
itsmattkc
2022-01-24 22:17:19 -08:00
parent 1e7d5a1751
commit 3f7381f7cb
14 changed files with 523 additions and 93 deletions
+5
View File
@@ -46,6 +46,11 @@ public:
return input_being_dragged;
}
const QVariant &GetStartValue() const
{
return start_value_;
}
private:
NodeKeyframeTrackReference input_;