This commit is contained in:
Hector 2026-04-08 09:16:39 +08:00
parent 24bfb4dbb1
commit ad451729f9

View File

@ -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: