Remove automatic base features if OP was created with selected faces.
This commit is contained in:
@@ -857,6 +857,7 @@ class TaskPanel(object):
|
||||
if len(sel) == 1 and sel[0].Object != self.obj:
|
||||
for page in self.featurePages:
|
||||
if hasattr(page, 'addBase'):
|
||||
page.clearBase()
|
||||
page.addBaseGeometry(sel)
|
||||
|
||||
self.panelSetFields()
|
||||
|
||||
Reference in New Issue
Block a user