Hiding some advanced, not ready for prime time features unless EnableExperimentalFeatures is set and true in the preferences.

This commit is contained in:
Markus Lampert
2017-11-27 18:53:18 -08:00
committed by Yorik van Havre
parent a84a0ce431
commit cd1a4e8b4c
3 changed files with 26 additions and 10 deletions

View File

@@ -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())