vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.13k stars 92 forks source link

UI: FileDialog saves the wrong default extension #533

Closed mgerhardy closed 1 month ago

mgerhardy commented 1 month ago

The selected file type should also define the default file extension for saving a file

The Save dialog, by default the filename has the extension .vengi instead of the .vxl extension you picked in previous saves, in this case Tiberian sun vxl, the workaround is to change the extension type in the dropdown to another one and return to the one you wants and the filename is fixed or delete it manually in the filename textbox.

mgerhardy commented 1 month ago

VoxConvertUI::genericOptions/targetOptions/sourceOptions should be merged with the FileDialogOptions for voxedit