Add toolcontroller to open operation
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user