Skip to content

Commit ab7e9d4

Browse files
committed
🔨 Fix #187
1 parent cdc85eb commit ab7e9d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interface/importAJModelLoader.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export function convertAJModelToBlueprint(path: string) {
5151
})
5252

5353
requestAnimationFrame(() => {
54+
Project!.save_path = ''
55+
Project!.export_path = ''
5456
Project!.openSettings()
5557
})
5658
} catch (e) {

0 commit comments

Comments
 (0)