Skip to content

Commit

Permalink
Merge pull request #3687 from sliptonic/feature/zmap
Browse files Browse the repository at this point in the history
[Path] unhide the property for the interpolation surface
  • Loading branch information
sliptonic committed Jul 12, 2020
2 parents f27becb + fdd4561 commit 7038cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Path/PathScripts/PathDressupZCorrect.py
Expand Up @@ -67,7 +67,7 @@ def __init__(self, obj):
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
Expand Down

0 comments on commit 7038cf8

Please sign in to comment.