Arch: small fix in IFCexport

This commit is contained in:
Yorik van Havre 2016-02-11 20:06:06 -02:00
parent fe22e9730f
commit 6a103493a1

View File

@ -886,6 +886,7 @@ def export(exportList,filename):
count = 1
# build clones table
if CREATE_CLONES:
for o in objectslist:
b = Draft.getCloneBase(o,strict=True)
if b: