[instancer] No need to check for scalar=1
The scaleDeltas() function does it.
This commit is contained in:
parent
d2cb561cee
commit
528bcdf1a2
@ -260,8 +260,7 @@ def changeTupleVariationAxisLimit(var, axisTag, axisLimit):
|
||||
# location.
|
||||
assert tent[1] != 0, tent
|
||||
newVar.axes[axisTag] = tent
|
||||
if scalar != 1:
|
||||
newVar.scaleDeltas(scalar)
|
||||
newVar.scaleDeltas(scalar)
|
||||
out.append(newVar)
|
||||
|
||||
return out
|
||||
|
Loading…
x
Reference in New Issue
Block a user