patch [#34890] BMesh Poke Face.

by Francisco De La Cruz (xercesblue), with some of my own changes/improvements.

Converts faces to triangle-fans (useful to run on ngons).

To access select a group of faces and press "Alt+P" or alternatively select the operator from the Faces menu (Ctrl+F)
This commit is contained in:
2013-04-06 02:45:43 +00:00
parent cf3ec257a2
commit 1d5f988778
9 changed files with 217 additions and 1 deletions

View File

@@ -1946,6 +1946,7 @@ class VIEW3D_MT_edit_mesh_faces(Menu):
layout.separator()
layout.operator("mesh.poke")
layout.operator("mesh.quads_convert_to_tris")
layout.operator("mesh.tris_convert_to_quads")