freemix-glyphsapp
freemix-glyphsapp copied to clipboard
Mask to Master traceback
Not sure what exactly I did, but after a working session I found this traceback in the macro panel:
Traceback (most recent call last):
File "Mask to Master.py", line 111
del(layer.paths[0])
TypeError: 'GSProxyShapes' object doesn't support item deletion
Traceback (most recent call last):
File "Mask to Master.py", line 104
for node, bg_node in counterparts( subpath, layer.background ):
File "Mask to Master.py", line 23, in counterparts
if background.components:
AttributeError: 'objc.native_selector' object has no attribute 'components'
Traceback (most recent call last):
File "Mask to Master.py", line 111
del(layer.paths[0])
TypeError: 'GSProxyShapes' object doesn't support item deletion