Fix T42352.

Add Recalcuate Normals to the Faces menu, next to other shading options.

Differential revision: https://developer.blender.org/D841
Signed-off-by: Thomas Dinges
This commit is contained in:
Jonathan Williamson 2014-10-22 23:25:31 +02:00 committed by Thomas Dinges
parent 2e0426bbb1
commit db8e6311f8
Notes: blender-bot 2023-02-14 09:54:16 +01:00
Referenced by issue #42352, recalculate normals is not in the edit mode specials menu
1 changed files with 2 additions and 0 deletions

View File

@ -2308,6 +2308,8 @@ class VIEW3D_MT_edit_mesh_faces(Menu):
layout.operator("mesh.faces_shade_smooth")
layout.operator("mesh.faces_shade_flat")
layout.operator("mesh.normals_make_consistent", text="Recalculate Normals")
layout.separator()
layout.operator("mesh.edge_rotate", text="Rotate Edge CW").use_ccw = False