BIM: Fix imports of Python importers
This commit is contained in:
committed by
Yorik van Havre
parent
4c50f29442
commit
04eb73bea4
@@ -608,7 +608,7 @@ def removeCurves(shape,dae=False,tolerance=5):
|
||||
with faceted segments. If dae is True, DAE triangulation options are used'''
|
||||
import Mesh
|
||||
if dae:
|
||||
import importDAE
|
||||
from importers import importDAE
|
||||
t = importDAE.triangulate(shape.cleaned())
|
||||
else:
|
||||
t = shape.cleaned().tessellate(tolerance)
|
||||
|
||||
Reference in New Issue
Block a user