[instancer] No need to check for scalar=0 here; solver does
This commit is contained in:
parent
4d65c6c2a2
commit
407fd13554
@ -248,7 +248,6 @@ def changeTupleVariationAxisLimit(var, axisTag, axisLimit):
|
||||
out = []
|
||||
# TODO Reuse original var
|
||||
for scalar,tent in solutions:
|
||||
if scalar == 0: continue
|
||||
newVar = TupleVariation(var.axes, var.coordinates)
|
||||
if tent[1] == 0:
|
||||
newVar.axes.pop(axisTag)
|
||||
|
Loading…
x
Reference in New Issue
Block a user