We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da24c0b commit 0aa331cCopy full SHA for 0aa331c
1 file changed
source/lib/batchGenerators/variableFontsGenerator/__init__.py
@@ -268,7 +268,7 @@ def makeMasterOnDefaultLocation(self):
268
create default location
269
which is on the crossing of all axis
270
"""
271
- defaultLocation = self.operator.newDefaultLocation()
+ defaultLocation = self.operator.newDefaultLocation(bend=True)
272
# compare default location with locations all of sources
273
for sourceDescriptor in self.operator.sources:
274
if defaultLocation == sourceDescriptor.location:
0 commit comments