rubenwardy / NodeBoxEditor

A cuboid-based 3D voxel editor for Minetest.
http://rubenwardy.com/NodeBoxEditor
60 stars 19 forks source link

Error when a file is saved as another name #85

Closed ghost closed 3 years ago

ghost commented 5 years ago

pets_kitty.nbe.zip Sometimes I use an old create model to change it and make another new from it.

When I export the new model with a renamed filename, it happens some strange, the new file is exported with the old filename and the old filename is not overwritten but renamed with the new filename.

This is explained with an example:

old file: 'pig.nbe' I opened it and save as 'sheep.nbe'. It is saved as 'pig.nbe', and 'pig.nbe' is now the 'sheep.nbe'. They were toggled! :-O

Note: In Linux.