tomate44 / CurvesWB

Experiments for a FreeCAD Surface workbench
GNU Lesser General Public License v2.1
112 stars 24 forks source link

[feat] Add command to remove point from freehand bspline #106

Closed Anthony-Gaudino closed 10 months ago

Anthony-Gaudino commented 10 months ago

Currently users can add points in freehand bsplines by pressing the i key, but it seems that there's no option to remove points from them.

tomate44 commented 10 months ago

"Suppr" key deletes a point.

Anthony-Gaudino commented 10 months ago

On MacBooks one needs to use fn + backspace. backspace alone doesn't work.