synfig / synfig

This is the Official source code repository of the Synfig project
https://synfig.org
GNU General Public License v3.0
1.84k stars 323 forks source link

Add Curve Point Editor. #1459

Open Agnyy opened 4 years ago

Agnyy commented 4 years ago

Now the program lacks tools for accurate and quick work with the vector. Therefore, I propose to add standardization tools.

image

Now it’s very inconvenient to edit the figure. Especially add points and adjust bezier curves. image

I suggest attaching new settings to the transform tool. image

  1. Adding a point. To add a point you need to press the alt key and then a plus sign will appear. After pressing, a dot will appear. https://lh3.googleusercontent.com/proxy/BKHSykZ77Cc-ZKJKuk8K9eA4U3xwtu2Hri_MbCrt06gwJarwcyhGeIXELp16F3G3e8Chb9g7J1yCo9DrejNM4GBomlW4-xslCXuM845y5iBMkOIWWQ

2) To round a point you need to hover over a point and hold Alt. image

3) To separate the guides, you need to select one of them and hold the alt. To connect them together you need to hold Alt again. image image image

https://helpx.adobe.com/photoshop/using/editing-paths.html https://helpx.adobe.com/illustrator/using/editing-paths.html

rodolforg commented 3 years ago

Currently, Click+Shift splits tangents (but not connect them back together) - by using any tool. It seems to be there since version 0.64.

Note for developers: implemented on WorkArea::on_drawing_area_event(GdkEvent *event)