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
a84a0ce431
commit
cd1a4e8b4c
@@ -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