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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user