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:
2011-02-23 05:17:29 +00:00
parent 0a7fecac8f
commit 2f472ccd60
4 changed files with 56 additions and 0 deletions

View File

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