Select bcp & nodes
-
Wish for next version: While selecting one handle of a bcp in the Glyph window, alt+tab selects the next handle (of the same or another node). Great. Would be good if selection goes the other way around while using Shift simultaneously. The same goes for selecting nodes of course.
-
an easy example how to remove all off curve points see https://github.com/typemytype/RoboFontExamples/blob/master/pens/removeOffcurvesPen.py
-
Robothon tip: use 'alt' while selecting the nodes and press delete. C'est ça.
(but still a 'kill bcp' function in ctrl-menu is desirable)
-
But how to delete all bcp's on all selected nodes?
-
select the bcp
- delete will convert curve to line segment
- alt + delete will set the bcp coordinate to the connected anchor (on curve) point
-
Additionally: "kill bcp's" (on selected nodes) in ctrl-click-menu?
-
Yes, exactly what I meant to say.
Thanks.
-
Tabbing through the points is already possible, alt down loops over a reversed list of points. If a off curve point is selected it will only loop over off curve points.
This is idd not the standard mac behavior. Will change it to shift down for reversing and alt down for the complete list of points instead of only on or off curves points.