add misc scripts and info for display

This commit is contained in:
Rasmus Andersson 2020-04-04 10:43:27 -07:00
parent 330860d24a
commit 4ee39ffbb4
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#MenuTitle: Remove all vertex names
# -*- coding: utf-8 -*-
import GlyphsApp
Font = Glyphs.font
selectedLayers = Font.selectedLayers
for l in selectedLayers:
for p in l.paths:
for n in p.nodes:
n.name = None

View file

@ -0,0 +1,21 @@
{
"width" : [
95.7,
95.7,
100,
100,
95.7,
95.7
],
"height" : [
95.7,
95.7,
100,
100,
95.7,
95.7
],
"scaleSidebarings" : [
false
]
}