This commit is contained in:
luboslenco
2025-03-02 19:44:26 +01:00
parent 65e271ead6
commit 32bc073574
54 changed files with 301 additions and 454 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ function import_blend_mesh_run(path: string, replace_existing: bool = true) {
let save: string;
if (path_is_protected()) {
save = iron_save_path();
save = kinc_internal_save_path();
}
else {
save = path_data();