schriftgestalt / GlyphsSDK

Scripting SDK for Glyphs
Apache License 2.0
89 stars 37 forks source link

TypeError: 'GSProxyShapes' object doesn't support item deletion #68

Open justanotherfoundry opened 2 years ago

justanotherfoundry commented 2 years ago

https://github.com/schriftgestalt/GlyphsSDK/blob/7bcddcbc819265a68985e7c4443b67a1e8760974/ObjectWrapper/GlyphsApp/__init__.py#L7782

If I try del(layer.paths[0]), as suggested in the documentation, I get this error: TypeError: 'GSProxyShapes' object doesn't support item deletion

Seems like the documentation needs to be updated? Ideally with an updated example of how to delete paths.