Hiding some advanced, not ready for prime time features unless EnableExperimentalFeatures is set and true in the preferences.
This commit is contained in:
committed by
Yorik van Havre
parent
c38eee06e2
commit
a81485490d
@@ -28,8 +28,3 @@ ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Path")
|
||||
ParGrp.SetString("HelpIndex", "Path/Help/index.html")
|
||||
ParGrp.SetString("WorkBenchName", "Path")
|
||||
ParGrp.SetString("WorkBenchModule", "PathWorkbench.py")
|
||||
|
||||
# Setup global default values
|
||||
import Path
|
||||
from PathScripts.PathPreferences import PathPreferences
|
||||
Path.Area.setDefaultParams(Accuracy = PathPreferences.defaultLibAreaCurveAccuracy())
|
||||
|
||||
Reference in New Issue
Block a user