I have been using the updated version and I love having it as an extension now:) I am noticing an issue when working with multiple fonts that aren't in the selection. E.g. I have 10 UFOs open but only using 2 for my interpolation. When I do something that calls the reset function, the UI repopulates and selects everything. I think its this line that is causing the issue but I'm not 100% sure. Should it be and so it doesn't just add everything?
|
if f in self.model.activeFonts or f.info.familyName != None: |
I have been using the updated version and I love having it as an extension now:) I am noticing an issue when working with multiple fonts that aren't in the selection. E.g. I have 10 UFOs open but only using 2 for my interpolation. When I do something that calls the reset function, the UI repopulates and selects everything. I think its this line that is causing the issue but I'm not 100% sure. Should it be
andso it doesn't just add everything?Transmutor-Ext/Transmutor.roboFontExt/lib/main.py
Line 418 in 497f8f1