Update to Python 3 print
This commit is contained in:
parent
da2b9f38ce
commit
2deaf4f2f2
|
@ -2857,7 +2857,7 @@ class Stretch(Modifier):
|
||||||
optype = 4
|
optype = 4
|
||||||
else:
|
else:
|
||||||
optype = 0
|
optype = 0
|
||||||
print "length:",ops[0].Length,"height:",ops[0].Height," - ",ops[1]," - ",self.displacement
|
print("length:",ops[0].Length,"height:",ops[0].Height," - ",ops[1]," - ",self.displacement)
|
||||||
done = False
|
done = False
|
||||||
if optype > 0:
|
if optype > 0:
|
||||||
v1 = ops[0].Placement.multVec(p2).sub(ops[0].Placement.multVec(p1))
|
v1 = ops[0].Placement.multVec(p2).sub(ops[0].Placement.multVec(p1))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user