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:
authorCampbell Barton <ideasman42@gmail.com>2021-03-08 06:39:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-08 06:39:28 +0300
commitc950e08cbb0bb1b53802768a52382c4e6611d9f2 (patch)
tree70488636098d8eb8142879549dae4f98b326cfec /source/blender/modifiers
parent1ba15f1f7f94616d52e8bbd80e22c9e34e45a81e (diff)
Cleanup: add use prefix for boolean
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean.c2
1 files changed, 1 insertions, 1 deletions
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);