From 7f6872817adc410402fb75dc735dccd8fa0061c2 Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Fri, 2 Sep 2016 00:36:30 +0300 Subject: [PATCH] Part: Py API: deprecate Part.Wire.makeOffset (code unchanged. Only added deprecation note to documentation) --- src/Mod/Part/App/TopoShapeWirePy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/App/TopoShapeWirePy.xml b/src/Mod/Part/App/TopoShapeWirePy.xml index 2b881158d5..b347020251 100644 --- a/src/Mod/Part/App/TopoShapeWirePy.xml +++ b/src/Mod/Part/App/TopoShapeWirePy.xml @@ -16,7 +16,7 @@ - Offset the shape by a given ammount + Offset the shape by a given amount. DEPRECATED - use makeOffset2D instead.