ommpfritt
ommpfritt copied to clipboard
More path tools
- [x]
Knife, which will add a new point between points many more tools are possible. - [x]
draw pathto create a new path. Click-release to draw nibbed point or click-move-release to draw point with tangents - [ ]
merge pointsdrag-and-drop points on other points to merge them (come up with sth. smart for non-neighbors) - [ ]
bevelsplit a point into, control the distance between the two on the old path using the mouse. Optionally smoothen the segment between the new points. - [ ] points-dialog: right click on point shows context menu with the option to open a point dialog. One can edit the position of the point (cartesian) as well as its tangents (cartesian and polar)
0ea9a227db5774d2623ac7849488d937db358d2f implemented subdivide-path and remove-points features
Merging points would also be nice to have as a command, from menu or keyboard shortcut. Also, "merge average" to have the surviving point appear at the center of the original points.
Every command has a keyboard shortcut, at least user can assign keyboard shortcuts. That's by design. Even key-sequences are possible: E.g.
pmto merge selected pointspito invert point selectionp<up>to extend selectionocto convert a procedural object to a path.