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-07-10 19:51:28 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-07-10 19:51:28 +0300
commit962f89d487da41107d7d1b1ccf7e720767359cd0 (patch)
tree207b87b57fdcfa4bd7ecde36ab1e8fa252b642e8 /source/blender/modifiers/intern/MOD_bevel.c
parent13741792abdaa2ea4f65d26988d40cb9483f0450 (diff)
Changed default strength in harden
Diffstat (limited to 'source/blender/modifiers/intern/MOD_bevel.c')
-rw-r--r--source/blender/modifiers/intern/MOD_bevel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_bevel.c b/source/blender/modifiers/intern/MOD_bevel.c
index a61705646e6..3418922e812 100644
--- a/source/blender/modifiers/intern/MOD_bevel.c
+++ b/source/blender/modifiers/intern/MOD_bevel.c
@@ -70,6 +70,7 @@ static void initData(ModifierData *md)
bmd->profile = 0.5f;
bmd->bevel_angle = DEG2RADF(30.0f);
bmd->defgrp_name[0] = '\0';
+ bmd->hn_strength = 0.5f;
}
static CustomDataMask requiredDataMask(Object *UNUSED(ob), ModifierData *md)