Expose curve accuracy as a preference.
This commit is contained in:
committed by
Yorik van Havre
parent
c1aeb80652
commit
cb6bfdf37e
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user