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:
committed by
Philipp Oeser
parent
988bf2b88f
commit
9ce61d7222
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user