plugins: move to minic

This commit is contained in:
luboslenco
2026-03-23 23:20:02 +01:00
parent d668fb1943
commit dd0fc333d1
60 changed files with 650 additions and 1744 deletions
+2
View File
@@ -577,7 +577,9 @@ void util_mesh_decimate(f32 strength) {
mesh_data_t *new_data = mesh_data_create(raw);
o->data = new_data;
util_mesh_calc_normals(true);
#ifdef WITH_PLUGINS
plugin_uv_unwrap_button();
#endif
}
i32 _util_mesh_unique_data_count() {