[instancer] Set VarDataCount
This commit is contained in:
parent
56cf131088
commit
4b62d5efe9
@ -796,6 +796,7 @@ def instantiateCFF2(
|
||||
varStore.VarData = [
|
||||
varData for i, varData in enumerate(varStore.VarData) if i in usedVsindex
|
||||
]
|
||||
varStore.VarDataCount = len(varStore.VarData)
|
||||
for commands in allCommands:
|
||||
for command in commands:
|
||||
if command[0] == "vsindex":
|
||||
|
Loading…
x
Reference in New Issue
Block a user