From ce70ee11f99c95b91049ea532ea888df01d48bcb Mon Sep 17 00:00:00 2001 From: sliptonic Date: Tue, 22 Feb 2022 14:56:00 -0600 Subject: [PATCH] Update PathSelection.py The Opname changed as part of the translation cleanup. Adding both names to the dictionary will support both existing operations and newly created ones. --- src/Mod/Path/PathScripts/PathSelection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathSelection.py b/src/Mod/Path/PathScripts/PathSelection.py index ef561f6361..234f911cdd 100644 --- a/src/Mod/Path/PathScripts/PathSelection.py +++ b/src/Mod/Path/PathScripts/PathSelection.py @@ -391,6 +391,7 @@ def select(op): opsel["MillFace"] = pocketselect opsel["Pocket"] = pocketselect opsel["Pocket 3D"] = pocketselect + opsel["Pocket3D"] = pocketselect opsel["Pocket Shape"] = pocketselect opsel["Profile Edges"] = eselect # (depreciated) opsel["Profile Faces"] = fselect # (depreciated)