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.
This commit is contained in:
sliptonic
2022-02-22 14:56:00 -06:00
committed by GitHub
parent 1e56ef390a
commit 64b9841cb8

View File

@@ -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)