use more rna-constant name for bevel clamping.

This commit is contained in:
Campbell Barton
2013-04-24 14:14:54 +00:00
parent 2cfbabc9b8
commit b18ef3b8fb
2 changed files with 4 additions and 4 deletions

View File

@@ -124,7 +124,7 @@ class DATA_PT_modifiers(ModifierButtonsPanel, Panel):
split = layout.split()
split.prop(md, "use_only_vertices")
split.prop(md, "overlap_ok")
split.prop(md, "use_clamp_overlap")
layout.label(text="Limit Method:")
layout.row().prop(md, "limit_method", expand=True)