UI: Add "Set Sharpness by Angle" to Edge menu

The recent operator added in https://projects.blender.org/blender/blender/commit/78963b466b
was only added to the context menu, however for consistency and discoverability,
the operator should also be added to the Edge menu.
This commit is contained in:
Aaron Carlisle 2024-02-18 11:36:00 -05:00
parent a677518cb5
commit 0e01fba353
1 changed files with 3 additions and 0 deletions

View File

@ -4691,6 +4691,9 @@ class VIEW3D_MT_edit_mesh_edges(Menu):
props.use_verts = True
props.clear = True
layout.operator("mesh.set_sharpness_by_angle")
if with_freestyle:
layout.separator()