Tosche / Glyphs-Scripts

Tosche's Python scripts for glyphs
Apache License 2.0
77 stars 24 forks source link

Nudge-move no longer moves start points on Glyphs 3.0.1 #19

Closed jvgaultney closed 3 years ago

jvgaultney commented 3 years ago

This script no longer seems to move contour start points in Glyphs 3.0.1 and produces errors:

Nudge-move by Numerical Value Error: list index out of range (11): 11

Tosche commented 3 years ago

This was because wrapping list index no longer works (Python 3?). Issue fixed.