Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-06-28 00:56:29 +0300
committerHans Goudey <h.goudey@me.com>2020-06-28 00:56:29 +0300
commit59d2dd2237ce50b84516a6647aac31a50fcf4ae2 (patch)
tree72dbe7a61872b8a11af2f9d6575d47ab72e14cc9 /source/blender/modifiers/intern/MOD_subsurf.c
parent4ea92f775e31faec01cbe098e245fe67cb4b407c (diff)
UI: Remove duplicate modifier error message
Thanks to J. Fran Matheu for pointing this out.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_subsurf.c')
-rw-r--r--source/blender/modifiers/intern/MOD_subsurf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c
index 2ab59b28678..cbd2c2d27be 100644
--- a/source/blender/modifiers/intern/MOD_subsurf.c
+++ b/source/blender/modifiers/intern/MOD_subsurf.c
@@ -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)