Path: Integrate unified Profile operation into PathWB

Remove Contour, Profile Faces, and Profile Edges icons from PathWB GUI.  Files are still fully in tact and available.
This commit is contained in:
Russell Johnson
2020-05-05 13:45:48 -05:00
parent 27c4db9a34
commit 900059bc99
4 changed files with 15 additions and 11 deletions

View File

@@ -64,9 +64,10 @@ def Startup():
from PathScripts import PathPocketShapeGui
from PathScripts import PathPost
from PathScripts import PathProbeGui
from PathScripts import PathProfileContourGui
from PathScripts import PathProfileEdgesGui
from PathScripts import PathProfileFacesGui
# from PathScripts import PathProfileContourGui
# from PathScripts import PathProfileEdgesGui
# from PathScripts import PathProfileFacesGui
from PathScripts import PathProfileGui
from PathScripts import PathSanity
from PathScripts import PathSetupSheetGui
from PathScripts import PathSimpleCopy