Expose curve accuracy as a preference.

This commit is contained in:
Markus Lampert
2017-11-23 19:23:09 -08:00
committed by Yorik van Havre
parent c1aeb80652
commit cb6bfdf37e
4 changed files with 43 additions and 13 deletions

View File

@@ -29,3 +29,7 @@ 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())