From 1757b381790cd490e14b7ff7b6c4c84e4f1132e9 Mon Sep 17 00:00:00 2001 From: Rohan Rathi Date: Sat, 23 Jun 2018 01:46:42 +0530 Subject: Added UI for harden normals and normal control in bevel modifier --- source/blender/editors/mesh/editmesh_bevel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/editmesh_bevel.c') diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c index 1daf020dc7b..40be91aada1 100644 --- a/source/blender/editors/mesh/editmesh_bevel.c +++ b/source/blender/editors/mesh/editmesh_bevel.c @@ -752,6 +752,7 @@ void MESH_OT_bevel(wmOperatorType *ot) }; static EnumPropertyItem harden_normals_items[] = { + { BEVEL_HN_NONE, "HN_NONE", 0, "Off", "Do not use Harden Normals" }, { BEVEL_HN_FACE, "HN_FACE", 0, "Face Area", "Use faces as weight" }, { BEVEL_HN_ADJ, "HN_ADJ", 0, "Vertex average", "Use adjacent vertices as weight" }, { 0, NULL, 0, NULL, NULL }, -- cgit v1.2.3