From dffb449fbd3d65dad3ae9c1b585cc523bcb78772 Mon Sep 17 00:00:00 2001 From: ml Date: Sat, 8 Oct 2016 22:44:36 -0700 Subject: [PATCH] Fixed selection of the job for post processing. --- src/Mod/Path/PathScripts/PathPost.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathPost.py b/src/Mod/Path/PathScripts/PathPost.py index bd2dbadf22..f1f5565876 100644 --- a/src/Mod/Path/PathScripts/PathPost.py +++ b/src/Mod/Path/PathScripts/PathPost.py @@ -60,13 +60,13 @@ class CommandPathPost: translate("Path_Post", "Post Process the Selected path(s)")) FreeCADGui.addModule("PathScripts.PathPost") # select the Path Job that you want to post output from - obj = FreeCADGui.Selection.getSelection() + obj = FreeCADGui.Selection.getCompleteSelection() # default to the dumper post and default .tap file postname = "dumper" filename = "tmp.tap" - print "in activated" + print "in activated %s" %(obj) # check if the user has a project and has set the default post and # output filename