set default value of the ot argument to True, as discussed in a1629fa52b
This commit is contained in:
parent
9d4991e20c
commit
028ed01252
@ -68,7 +68,7 @@ def normalizeLocation(location, axes):
|
||||
out[tag] = normalizeValue(v, triple)
|
||||
return out
|
||||
|
||||
def supportScalar(location, support, ot=False):
|
||||
def supportScalar(location, support, ot=True):
|
||||
"""Returns the scalar multiplier at location, for a master
|
||||
with support. If ot is True, then a peak value of zero
|
||||
for support of an axis means "axis does not participate". That
|
||||
|
Loading…
x
Reference in New Issue
Block a user