From 8587c3c662e5e019bc15f1858f750a6aea05d9dc Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Wed, 26 Aug 2026 22:26:02 -0500 Subject: [PATCH] Add Textured OBJ Importer --- Data/Index.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Data/Index.json b/Data/Index.json index 840b86b..fd84c09 100644 --- a/Data/Index.json +++ b/Data/Index.json @@ -1549,6 +1549,16 @@ "curated": true } ], + "TexturedObjImporter": [ + { + "repository": "https://github.com/mlaffran/TexturedObjImporter", + "git_ref": "main", + "branch_display_name": "main", + "freecad_min": "1.1.0", + "zip_url": "https://github.com/mlaffran/TexturedObjImporter/archive/refs/heads/main.zip", + "curated": false + } + ], "ThreadProfile": [ { "repository": "https://github.com/mwganson/ThreadProfile",