Now .mesh and rest of files are not saved in destinaton dercotery it rateher saves it in parrent directory
The .mesh .scene an .material are not saved in selected directory but rather now they are saved it in parent dir
export/ import consistency is not a priority right now. Try viewing the exported mesh with ogre-meshviewer
The issue here is that when we open the Open File Dialog by default the output file is empty.
If the user does not set a filename, then Blender will save the files to the parent directory of the one the user selected.
The solution is to set a default filename as Blender does with all its official exporters.
Will try to emulate that behaviour in our exporter.
This issue is solved by #154