Draft: disable implicit property linking in LinkArray

This commit is contained in:
Zheng, Lei
2019-08-20 08:34:04 +08:00
committed by wmayer
parent 99d4e2981c
commit de9732db1e

View File

@@ -5711,6 +5711,9 @@ class _DraftLink(_DraftObject):
obj.addExtension('App::LinkExtensionPython', None)
self.linkSetup(obj)
def canLinkProperties(self,_obj):
return False
def linkSetup(self,obj):
obj.configLinkProperty('Placement',LinkedObject='Base')
if hasattr(obj,'ShowElement'):