ommpfritt icon indicating copy to clipboard operation
ommpfritt copied to clipboard

More path tools

Open pasbi opened this issue 6 years ago • 3 comments

  • [x] Knife, which will add a new point between points many more tools are possible.
  • [x] draw path to create a new path. Click-release to draw nibbed point or click-move-release to draw point with tangents
  • [ ] merge points drag-and-drop points on other points to merge them (come up with sth. smart for non-neighbors)
  • [ ] bevel split 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)

pasbi avatar Jan 16 '19 08:01 pasbi

0ea9a227db5774d2623ac7849488d937db358d2f implemented subdivide-path and remove-points features

pasbi avatar Jan 30 '19 10:01 pasbi

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.

mestaritonttu avatar Jun 26 '19 10:06 mestaritonttu

Every command has a keyboard shortcut, at least user can assign keyboard shortcuts. That's by design. Even key-sequences are possible: E.g.

  • pm to merge selected points
  • pi to invert point selection
  • p<up> to extend selection
  • oc to convert a procedural object to a path.

pasbi avatar Jun 26 '19 10:06 pasbi