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 24db53f0e3
commit ce70ee11f9

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)