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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user