add back 2.4x mesh vertex sort/randomize operators, were called xsort and hash in 2.4x.
available from vertex menu.
This commit is contained in:
@@ -1507,6 +1507,8 @@ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu):
|
||||
|
||||
layout.operator("mesh.vertices_smooth")
|
||||
layout.operator("mesh.remove_doubles")
|
||||
layout.operator("mesh.vertices_sort")
|
||||
layout.operator("mesh.vertices_randomize")
|
||||
|
||||
layout.operator("mesh.select_vertex_path")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user