UI: Remove duplicate modifier error message

Thanks to J. Fran Matheu for pointing this out.
This commit is contained in:
Hans Goudey
2020-06-27 17:56:29 -04:00
parent 4ea92f775e
commit 59d2dd2237

View File

@@ -416,8 +416,6 @@ static void advanced_panel_draw(const bContext *C, Panel *panel)
uiItemR(layout, &ptr, "quality", 0, NULL, ICON_NONE);
uiItemR(layout, &ptr, "uv_smooth", 0, NULL, ICON_NONE);
uiItemR(layout, &ptr, "use_creases", 0, NULL, ICON_NONE);
modifier_panel_end(layout, &ptr);
}
static void panelRegister(ARegionType *region_type)