Added face strength in bevel modifier

The selected face strength (Weak/Medium/High) can be used by the WN Modifier
to determine influence of current face in
This commit is contained in:
2018-06-19 19:27:08 +05:30
parent e5880eb1ff
commit dd752476b9
5 changed files with 40 additions and 2 deletions

View File

@@ -142,6 +142,8 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
col.prop(md, "loop_slide")
col.prop(md, "mark_seam")
col.prop(md, "mark_sharp")
col.prop(md, "set_wn_strength")
layout.label(text="Limit Method:")
layout.row().prop(md, "limit_method", expand=True)