From fb8875df08146c520d8ce8cd351da624360ba5d5 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 12 Jan 2018 17:06:30 -0200 Subject: [PATCH] Path: Indicate fromShape as deprecated - issue #2786 --- src/Mod/Path/App/AppPathPy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/App/AppPathPy.cpp b/src/Mod/Path/App/AppPathPy.cpp index 2ffce12f25..24bc1d6914 100644 --- a/src/Mod/Path/App/AppPathPy.cpp +++ b/src/Mod/Path/App/AppPathPy.cpp @@ -116,7 +116,7 @@ public: "show(path,[string]): Add the path to the active document or create one if no document exists" ); add_varargs_method("fromShape",&Module::fromShape, - "fromShape(Shape): Returns a Path object from a Part Shape" + "fromShape(Shape): Returns a Path object from a Part Shape (deprecated - use fromShapes() instead)" ); add_keyword_method("fromShapes",&Module::fromShapes, "fromShapes(shapes, start=Vector(), return_end=False" PARAM_PY_ARGS_DOC(ARG,AREA_PARAMS_PATH) ")\n"