View difference between Paste ID: pjNXfMMB and vgVFn9au
SHOW: | | - or go back to the newest paste.
1
#MenuTitle: Outpout Components
2
# -*- coding: utf-8 -*-
3
"""Outputs components for each selected glyph."""
4
5-
import GlyphsApp
5+
for thisLayer in Glyphs.font.selectedLayers:
6
	listOfComponents = [ c.componentName for c in thisLayer.components ]
7-
Doc  = Glyphs.currentDocument
7+