PartGui: Attachment: object unpickable and transparent

This commit is contained in:
DeepSOIC 2016-10-01 23:12:07 +03:00 committed by wmayer
parent 7e32de2f55
commit 316210fe0f

View File

@ -291,6 +291,8 @@ class AttachmentEditorTaskPanel(FrozenClass):
if self.tv: # tv will still be None if Show module is unavailable
self.tv.hide_all_dependent(self.obj)
self.tv.show(self.obj)
self.tv.setUnpickable(self.obj)
self.tv.modifyVPProperty(self.obj, "Transparency", 70)
self.tv.show([obj for (obj,subname) in self.attacher.References])
# task dialog handling