We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc85eb commit ab7e9d4Copy full SHA for ab7e9d4
src/interface/importAJModelLoader.ts
@@ -51,6 +51,8 @@ export function convertAJModelToBlueprint(path: string) {
51
})
52
53
requestAnimationFrame(() => {
54
+ Project!.save_path = ''
55
+ Project!.export_path = ''
56
Project!.openSettings()
57
58
} catch (e) {
0 commit comments