Ensure base geometry is valid so if it isn't one can still edit the op and fix the base geometry.

This commit is contained in:
Markus Lampert
2021-02-11 20:35:55 -08:00
parent 57fd294391
commit ec2328bfaa
2 changed files with 24 additions and 0 deletions

View File

@@ -1177,6 +1177,7 @@ class TaskPanel(object):
def panelSetFields(self):
'''panelSetFields() ... invoked to trigger a complete transfer of the model's properties to the UI.'''
PathLog.track()
self.obj.Proxy.sanitizeBase(self.obj)
for page in self.featurePages:
page.pageSetFields()