add inset and bridge to mesh specials menu (along side bevel) + typo fix.

This commit is contained in:
2012-04-24 01:04:37 +00:00
parent c1c022342c
commit 6f1019e869
2 changed files with 3 additions and 1 deletions

View File

@@ -1607,7 +1607,9 @@ class VIEW3D_MT_edit_mesh_specials(Menu):
layout.operator("mesh.select_all", text="Select Inverse").action = 'INVERT'
layout.operator("mesh.flip_normals")
layout.operator("mesh.vertices_smooth", text="Smooth")
layout.operator("mesh.inset")
layout.operator("mesh.bevel", text="Bevel")
layout.operator("mesh.bridge_edge_loops")
layout.operator("mesh.faces_shade_smooth")
layout.operator("mesh.faces_shade_flat")
layout.operator("mesh.blend_from_shape")