Skip to content

Commit ba13b70

Browse files
committed
Revert "Force re-tessellation of shapes before accessing BoundBox - neccessary in order for BoundBox dimensions to be accurate"
this feature brakes some designs, e.g. the S800 example design This reverts commit 051256e.
1 parent 4dc2475 commit ba13b70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CurvedShapes.py

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def boundbox_from_intersect(curves, pos, normal, doScaleXYZ, nearestpoints=True)
140140

141141

142142
def scaleByBoundbox(shape, boundbox, doScaleXYZ, copy=True):
143-
shape.tessellate(0.01) # causes accurate BoundBox to be recomputed based on tessellation
144143
basebbox = shape.BoundBox
145144

146145
scalevec = Vector(1, 1, 1)

0 commit comments

Comments
 (0)