From c0a563ffe814f227411f6b6ce6276a780245ccea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Sep 2020 15:01:12 +1000 Subject: Cleanup: use 'use_' prefix for RNA booleans Some of the naming was quite misleading. --- source/blender/modifiers/intern/MOD_weighted_normal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_weighted_normal.c') diff --git a/source/blender/modifiers/intern/MOD_weighted_normal.c b/source/blender/modifiers/intern/MOD_weighted_normal.c index 16c389d3453..2d8669be8e5 100644 --- a/source/blender/modifiers/intern/MOD_weighted_normal.c +++ b/source/blender/modifiers/intern/MOD_weighted_normal.c @@ -731,7 +731,7 @@ static void panel_draw(const bContext *UNUSED(C), Panel *panel) col = uiLayoutColumn(layout, false); uiItemR(col, ptr, "keep_sharp", 0, NULL, ICON_NONE); - uiItemR(col, ptr, "face_influence", 0, NULL, ICON_NONE); + uiItemR(col, ptr, "use_face_influence", 0, NULL, ICON_NONE); modifier_vgroup_ui(layout, ptr, &ob_ptr, "vertex_group", "invert_vertex_group", NULL); -- cgit v1.2.3