Add toolcontroller to open operation

This commit is contained in:
sliptonic
2020-11-14 14:31:49 -06:00
parent 145b915663
commit 4fc3adc8f6
3 changed files with 23 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ __doc__ = "Profile operation page controller and command implementation."
FeatureSide = 0x01
FeatureProcessing = 0x02
def translate(context, text, disambig=None):
return QtCore.QCoreApplication.translate(context, text, disambig)
@@ -127,8 +128,8 @@ class TaskPanelOpPage(PathOpGui.TaskPanelPage):
def updateVisibility(self):
hasFace = False
hasGeom = False
fullModel = False
# hasGeom = False
# fullModel = False
objBase = list()
if hasattr(self.obj, 'Base'):