Part: Rename AttachExtension::Support property to AttachmentSupport, to avoid name conflict with base features. Fixes #7052
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
2643902b6b
commit
fbd8767242
@@ -513,7 +513,7 @@ class Drawexporter(object):
|
||||
curname=nxtname
|
||||
i+=1
|
||||
elif (isDraftPolygon(ob) and ob.ChamferSize.Value == 0 and\
|
||||
ob.FilletRadius.Value == 0 and ob.Support is None) or\
|
||||
ob.FilletRadius.Value == 0 and ob.AttachmentSupport is None) or\
|
||||
ob.TypeId == "Part::Prism" or \
|
||||
ob.TypeId == "Part::RegularPolygon":
|
||||
if checksupported: return True # The object is supported
|
||||
|
||||
Reference in New Issue
Block a user