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