Arch: optimizations in IFC import + furniture objects can be included in spaces

This commit is contained in:
Yorik van Havre
2014-08-31 23:30:02 -03:00
parent 7f6a22c787
commit 617eff8cd3
5 changed files with 28 additions and 24 deletions

View File

@@ -676,6 +676,8 @@ class ViewProviderComponent:
c.append(s)
if hasattr(self.Object,"Armatures"):
c.extend(self.Object.Armatures)
if hasattr(self.Object,"Group"):
c.extend(self.Object.Group)
if hasattr(self.Object,"Tool"):
if self.Object.Tool:
c.append(self.Object.Tool)