SOLVED Space Center not reflecting (all) glyph changes
-
Version 3.1
Experiencing a lack of update in Space Center when I update a glyph (moving it around, changing a contour, etc.). This happens only sometimes.
Also, when altering a component glyph drawing, glyphs that contain that component will sometimes reflect only edits to on-curve points, not off-curve points.
-
the default is
30
...this value is set with the idea: you want to see short words while editing, longer text for only spacing.
-
@frederik @Kris Thanks guys. What's the Robofont default? Might actually make it a bit smaller to gain speed.
-
thanks Kris, that is correct, but the more glyphs the slower it gets...
-
Try this:
from mojo.UI import setDefault setDefault("spaceCenterMaxGlyphsForLiveUpdate", 1000)
1000
can be whatever number you like, I think.