diff --git a/paint/sources/tab_meshes.c b/paint/sources/tab_meshes.c index 78a82609..5d171f50 100644 --- a/paint/sources/tab_meshes.c +++ b/paint/sources/tab_meshes.c @@ -49,9 +49,11 @@ void tab_meshes_draw_context_menu() { sim_duplicate(); } +#ifdef WITH_PLUGINS if (ui_menu_button(tr("UV Unwrap"), "", ICON_NONE)) { plugin_uv_unwrap_per_object_button(o); } +#endif g_context->selected_object = o->base; ui_handle_t *h = ui_handle(__ID__);