Arch: Fixed misc bugs in schedule

This commit is contained in:
Yorik van Havre
2016-10-14 17:16:58 -03:00
parent ccbd0f02af
commit c3a6ac7a7d
3 changed files with 9 additions and 3 deletions

View File

@@ -670,7 +670,7 @@ def pruneIncluded(objectslist):
for obj in objectslist:
toplevel = True
if obj.isDerivedFrom("Part::Feature"):
if not (Draft.getType(obj) in ["Window","Clone"]):
if not (Draft.getType(obj) in ["Window","Clone","Pipe"]):
for parent in obj.InList:
if parent.isDerivedFrom("Part::Feature"):
if not parent.isDerivedFrom("Part::Part2DObject"):