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