summaryrefslogtreecommitdiff
path: root/misc/glyphs-scripts/generate-opsz-layers.py
diff options
context:
space:
mode:
Diffstat (limited to 'misc/glyphs-scripts/generate-opsz-layers.py')
-rw-r--r--misc/glyphs-scripts/generate-opsz-layers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/glyphs-scripts/generate-opsz-layers.py b/misc/glyphs-scripts/generate-opsz-layers.py
index 11a57a8ef..c1c72dbce 100644
--- a/misc/glyphs-scripts/generate-opsz-layers.py
+++ b/misc/glyphs-scripts/generate-opsz-layers.py
@@ -32,8 +32,8 @@ def process_glyph(g, axes):
# print("existing_opsz_layers %r" % existing_opsz_layers)
for master in g.parent.masters:
- if master.name.startswith("Regular"):
- # Regular uses dedicated master for opsz
+ if not master.name.startswith("Thin"):
+ # Only thin uses brace layers for opsz
continue
layer = g.layers[master.id]
# print("%s" % layer.name)