You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script raises an error when tries to find the exported file for deactivated variable exports.
Seems like checking if active when getting variableFontSettings fixes it: line 212if instance.type == INSTANCETYPEVARIABLE and instance.active:
The text was updated successfully, but these errors were encountered:
The script raises an error when tries to find the exported file for deactivated variable exports.
Seems like checking if active when getting
variableFontSettings
fixes it:line 212
if instance.type == INSTANCETYPEVARIABLE and instance.active:
The text was updated successfully, but these errors were encountered: