Renamed PathAreaOpGui to PathOpGui - there's nothing Area specific in there.
This commit is contained in:
committed by
Yorik van Havre
parent
0093e9296f
commit
693cefd780
@@ -23,7 +23,7 @@
|
||||
# ***************************************************************************
|
||||
|
||||
import FreeCAD
|
||||
import PathScripts.PathAreaOpGui as PathAreaOpGui
|
||||
import PathScripts.PathOpGui as PathOpGui
|
||||
import PathScripts.PathProfileBaseGui as PathProfileBaseGui
|
||||
import PathScripts.PathProfileFaces as PathProfileFaces
|
||||
|
||||
@@ -34,7 +34,7 @@ class TaskPanelOpPage(PathProfileBaseGui.TaskPanelOpPage):
|
||||
def profileFeatures(self):
|
||||
return PathProfileBaseGui.FeatureSide | PathProfileBaseGui.FeatureProcessing
|
||||
|
||||
PathAreaOpGui.SetupOperation('Profile Faces',
|
||||
PathOpGui.SetupOperation('Profile Faces',
|
||||
PathProfileFaces.Create,
|
||||
TaskPanelOpPage,
|
||||
'Path-Profile',
|
||||
|
||||
Reference in New Issue
Block a user