schriftgestalt / Glyphs-Scripts

Some useful scripts to work with Glyphs
glyphsapp.com
114 stars 103 forks source link

objectsGS: RPoint has no attributes _name, _smooth #13

Closed jenskutilek closed 8 years ago

jenskutilek commented 8 years ago

https://github.com/schriftgestalt/Glyphs-Scripts/blob/master/objectsGS.py#L1227

Asking an RPoint for its name or smoothness will raise an AttributeError, because RPoint.name and RPoint.smooth are not initialized and not available from the gs_point.

schriftgestalt commented 8 years ago

fixed it (8a6f8f40efcfc1e93faca767fe8cb2cb220d1ee4)