We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957cff7 commit c405d5eCopy full SHA for c405d5e
1 file changed
Batch.roboFontExt/lib/variableFontGenerator/__init__.py
@@ -347,6 +347,7 @@ def makeLayerMaster(self):
347
if sourceDescriptor.layerName is not None:
348
path, ext = os.path.splitext(sourceDescriptor.path)
349
sourceDescriptor.path = "%s-%s%s" % (path, sourceDescriptor.layerName, ext)
350
+ sourceDescriptor.styleName = "%s %s" % (sourceDescriptor.styleName, sourceDescriptor.layerName)
351
sourceDescriptor.filename = None
352
sourceDescriptor.layerName = None
353
if getDefault("Batch.Debug", False):
0 commit comments