sobotka / olive

NLE video editor
GNU General Public License v3.0
2 stars 1 forks source link

[TODO] Support bezier points in "polygon" node #60

Open itsmattkc opened 4 years ago

itsmattkc commented 4 years ago

General TODO Summary

Implement a node that generates a polygon from an arbitrary number of points. Polygon should support bezier points.

Additional Information / Notes

Useful for masking. Will be greatly aided by the implementation of gizmos (#57).

itsmattkc commented 4 years ago

Basic polygon generator has been implement, but doesn't support bezier points yet.