From 23ae1841d35a55d0af580ee9138661ef6264aac4 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 16 Aug 2014 10:19:21 +0200 Subject: [PATCH] Arch: fix in new ifc-importer --- src/Mod/Arch/importIFC.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Arch/importIFC.py b/src/Mod/Arch/importIFC.py index d416ff61e4..091259b6ad 100644 --- a/src/Mod/Arch/importIFC.py +++ b/src/Mod/Arch/importIFC.py @@ -167,9 +167,9 @@ def insert(filename,docname,skip=[]): obj = None baseobj = None - if (ptype == "IfcOpeningElement") and (not SEPARATE_OPENINGS): break - if pid in skip: break - if ptype in SKIP: break + if (ptype == "IfcOpeningElement") and (not SEPARATE_OPENINGS): continue + if pid in skip: continue + if ptype in SKIP: continue brep = ifcopenshell.create_shape(product,shape_attributes) if brep: