Arch: Allow the hi-res version of Equipment objects to be a shape too

This commit is contained in:
Yorik van Havre
2017-02-10 12:41:41 -02:00
parent 819b3e8e96
commit e1110bbec9
2 changed files with 11 additions and 19 deletions

View File

@@ -764,7 +764,7 @@ class ViewProviderComponent:
if hasattr(self.Object,link):
objlink = getattr(self.Object,link)
c.extend(objlink)
for link in ["Tool","Subvolume","Mesh"]:
for link in ["Tool","Subvolume","Mesh","Hires"]:
if hasattr(self.Object,link):
objlink = getattr(self.Object,link)
if objlink: