Skip to content
Snippets Groups Projects
Commit 00cd461c authored by Campbell Barton's avatar Campbell Barton
Browse files

update for change in blender

parent 4233fb81
No related branches found
No related tags found
No related merge requests found
......@@ -858,7 +858,7 @@ class VIEW3D_MT_SelectEditMenu(bpy.types.Menu):
layout.operator("mesh.select_mirror", text="Mirror")
layout.operator("mesh.select_linked", text="Linked")
layout.operator("mesh.select_vertex_path", text="Vertex Path")
layout.operator("mesh.shortest_path_select", text="Shortest Path")
layout.operator("mesh.loop_multi_select", text="Edge Loop")
layout.operator("mesh.loop_multi_select", text="Edge Ring").ring = True
layout.separator()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment