Fix for missing base class initialisation during creation.

This commit is contained in:
Markus Lampert
2017-12-02 11:06:45 -08:00
parent 6ed21609e4
commit 9788cf047f
2 changed files with 3 additions and 1 deletions

View File

@@ -183,6 +183,8 @@ class ObjectOp(PathOp.ObjectOp):
pass
def findAllHoles(self, obj):
if not self.getJob(obj):
return
features = []
if self.baseIsArchPanel(obj, self.baseobject):
holeshapes = self.baseobject.Proxy.getHoles(self.baseobject, transform=True)