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
Notes: blender-bot 2023-02-14 06:42:54 +01:00
Referenced by issue #78384, Mantaflow - liquid sim - strange behaviour
Referenced by issue #78387, Weird graphics error on the UI
1 changed files with 0 additions and 2 deletions

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)