Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Rathi <rohanrathi08@gmail.com>2018-06-22 23:16:42 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-06-22 23:16:42 +0300
commit1757b381790cd490e14b7ff7b6c4c84e4f1132e9 (patch)
treec68775bf554219a74ec4e427f1a2d7add1c20e64 /source/blender/bmesh/intern/bmesh_operators.h
parent0f66fe5732d7b6260b39e7aef9e406783c20b796 (diff)
Added UI for harden normals and normal control in bevel modifier
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operators.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h
index 3ae9a77a761..1b5694c3ee8 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -128,6 +128,7 @@ enum {
};
enum {
+ BEVEL_HN_NONE,
BEVEL_HN_FACE,
BEVEL_HN_ADJ,
};