Arch: Fixes in IFC importer (spaces didn't import correctly)

This commit is contained in:
Yorik van Havre
2013-09-24 22:38:03 -03:00
parent 27f2583a19
commit 1ef19f18cc
3 changed files with 5 additions and 4 deletions

View File

@@ -124,7 +124,6 @@ class _Window(ArchComponent.Component):
self.createGeometry(obj)
def onChanged(self,obj,prop):
print prop
self.hideSubobjects(obj,prop)
if prop in ["Base","WindowParts"]:
self.createGeometry(obj)