Fix #123076: Remove UI line for removed property

The `keep_custom_normals` property was removed in
f3c32a36bc.

Pull Request: https://projects.blender.org/blender/blender/pulls/123079
This commit is contained in:
Lukas Tönne
2024-06-11 15:29:01 +02:00
committed by Philipp Oeser
parent 988bf2b88f
commit 9ce61d7222

View File

@@ -92,7 +92,6 @@ static void panel_draw(const bContext * /*C*/, Panel *panel)
uiItemR(layout, ptr, "quad_method", UI_ITEM_NONE, nullptr, ICON_NONE);
uiItemR(layout, ptr, "ngon_method", UI_ITEM_NONE, nullptr, ICON_NONE);
uiItemR(layout, ptr, "min_vertices", UI_ITEM_NONE, nullptr, ICON_NONE);
uiItemR(layout, ptr, "keep_custom_normals", UI_ITEM_NONE, nullptr, ICON_NONE);
modifier_panel_end(layout, ptr);
}