Just this Layer.reinterpolate() bit errors in this:
Traceback (most recent call last):
File "<macro panel>", line 18
File "GlyphsApp/GlyphsApp/__init__.py", line 9736, in Layer_replaceLayerWithInterpolation
objc.error: NSInternalInconsistencyException - enableUndoRegistration: NSUndoManager 0x12c6314d0 is in invalid state, enableUndoRegistration may only be invoked with matching call to disableUndoRegistration
I’m experiencing this now too. It’s not working for my file, nor can I reinterpoalet from the layer menu. I’ll send you the file @GeorgSeifert
Reinterpolating N
Traceback (most recent call last):
File "Reinterpolate.py", line 20
process( thisLayer )
File "Reinterpolate.py", line 12, in process
thisLayer.reinterpolate()
File "GlyphsApp/GlyphsApp/__init__.py", line 9716, in Layer_replaceLayerWithInterpolation
objc.error: NSInternalInconsistencyException - enableUndoRegistration: NSUndoManager 0x600006428e70 is in invalid state, enableUndoRegistration may only be invoked with matching call to disableUndoRegistration
@oneweioranother The problem is that you have a unchecked “enforce compatibility check” parameter and all instances are deactivated. Either disable the parameter or enable the instances.