From c950e08cbb0bb1b53802768a52382c4e6611d9f2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 8 Mar 2021 14:39:00 +1100 Subject: Cleanup: add use prefix for boolean --- source/blender/modifiers/intern/MOD_boolean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c index 0bfd0e54304..74a0687e64b 100644 --- a/source/blender/modifiers/intern/MOD_boolean.c +++ b/source/blender/modifiers/intern/MOD_boolean.c @@ -876,7 +876,7 @@ static void solver_options_panel_draw(const bContext *UNUSED(C), Panel *panel) if (operand_object) { uiItemR(col, ptr, "use_self", 0, NULL, ICON_NONE); } - uiItemR(col, ptr, "hole_tolerant", 0, NULL, ICON_NONE); + uiItemR(col, ptr, "use_hole_tolerant", 0, NULL, ICON_NONE); } else { uiItemR(col, ptr, "double_threshold", 0, NULL, ICON_NONE); -- cgit v1.2.3