From ad451729f945d1d86a6ed1b1430d6080f3672e8d Mon Sep 17 00:00:00 2001 From: Hector <145347438+hudomn@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:16:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/project_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/project/project_manager.py b/project/project_manager.py index 0334fbd1..20c7d527 100644 --- a/project/project_manager.py +++ b/project/project_manager.py @@ -610,6 +610,7 @@ class ProjectManager: "camera_control_enabled": bool(getattr(self.world, "camera_control_enabled", True)), } + def import_asset_into_project(self, source_path, preferred_subdir=""): asset_database = self.get_asset_database() if not asset_database or not source_path: