From 82f13231c781e7506402e9a0af562ab000485c9c Mon Sep 17 00:00:00 2001 From: sliptonic Date: Thu, 9 Jul 2020 10:47:58 -0500 Subject: [PATCH] unhide the property for the interpolation surface --- src/Mod/Path/PathScripts/PathDressupZCorrect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathDressupZCorrect.py b/src/Mod/Path/PathScripts/PathDressupZCorrect.py index 8f26281d66..c87be2ec21 100644 --- a/src/Mod/Path/PathScripts/PathDressupZCorrect.py +++ b/src/Mod/Path/PathScripts/PathDressupZCorrect.py @@ -67,7 +67,7 @@ class ObjectDressup: obj.addProperty("App::PropertyFile", "probefile", "ProbeData", QtCore.QT_TRANSLATE_NOOP("Path_DressupZCorrect", "The point file from the surface probing.")) obj.Proxy = self obj.addProperty("Part::PropertyPartShape", "interpSurface", "Path") - obj.setEditorMode('interpSurface', 2) # hide + #obj.setEditorMode('interpSurface', 2) # hide obj.addProperty("App::PropertyDistance", "ArcInterpolate", "Interpolate", QtCore.QT_TRANSLATE_NOOP("Path_DressupZCorrect", "Deflection distance for arc interpolation")) obj.addProperty("App::PropertyDistance", "SegInterpolate", "Interpolate", QtCore.QT_TRANSLATE_NOOP("Path_DressupZCorrectp", "break segments into smaller segments of this length.")) obj.ArcInterpolate = 0.1