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/makesdna/DNA_modifier_types.h
parent0f66fe5732d7b6260b39e7aef9e406783c20b796 (diff)
Added UI for harden normals and normal control in bevel modifier
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 891f854c9eb..83f98c1181e 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -376,6 +376,7 @@ enum {
/* BevelModifierData->hnmode */
enum {
+ MOD_BEVEL_HN_NONE,
MOD_BEVEL_HN_FACE,
MOD_BEVEL_HN_ADJ,
};