Remove io_usd

This commit is contained in:
luboslenco
2025-12-16 19:05:19 +01:00
parent 95c5bb88e8
commit 353aa92ebb
15 changed files with 0 additions and 18231 deletions
-12
View File
@@ -1,12 +0,0 @@
function import_usd(path) {
let b = data_get_blob(path);
data_delete_blob(path);
return io_usd_parse(b);
}
let plugin = plugin_create();
path_mesh_importers_set("usdc", import_usd);
plugin_notify_on_delete(plugin, function() {
path_mesh_importers_delete("usdc");
});