Hi everyone,
I have been trying to fix the sharp connections via python but I didn't find the solution.
I think that "NodeConnectionSmooth" is equivalente to:
ctrl + click > connection/smoothI tried many things like this:
from FL import *
for g in f.glyphs:
g.SelectAll()
fl.TransformGlyph(g, 15, "") # recalculate connections >> OK
#fl.TransformGlyph(g, 40141, "") #NodeConnectionSmooth >> NO
fl.CallCommand(40141) #NodeConnectionSmooth >> NO
fl.UpdateFont()
But I can't achieve that "NodeConnectionSmootht" works, I tried with CallCommand and TransformGlyph (I don't know if it's possible with this last one...)
Thanks in advance, em.
* the script need some conditionals to be usefull...