Bring back "Sort Faces" command.

This was the old Ctrl + FKEY in object mode, now it's in
edit mode and is part of the Ctrl + FKEY menu (Faces).

I also assing this to the Ctrl + Alt + FKEY, but Matt please
check this and feel free to change (or tell me and I will change).

Still there is no "reverse" function, but I commit now to finish
in my home.
This commit is contained in:
Diego Borghetti
2010-07-06 19:26:38 +00:00
parent 0d8e1abff5
commit cfc35a4d30
5 changed files with 183 additions and 147 deletions

View File

@@ -1550,6 +1550,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu):
layout.operator("mesh.fill")
layout.operator("mesh.beautify_fill")
layout.operator("mesh.solidify")
layout.operator("mesh.sort_faces")
layout.separator()