Road-hog123 / Blender-OMSI-Exporter

OMSI Mesh (.o3d) exporter addon for Blender and Blender LTS
Apache License 2.0
24 stars 0 forks source link

Auto-append `.o3d` extension if filename is typed without it #7

Closed jem-suu closed 2 years ago

jem-suu commented 2 years ago

Currently, if a filename is typed out (replacing the auto generated one) and if the .o3d file extension is forgotten, it generates a file with no extension as the save dialog does not auto-complete the filename.

Other exporters (quickly tested with the COLLADA exporter) append the extension once the name is set, so possibly adding this functionality could be a minor, but nice, quality of life improvement.

(Upon a bit of digging, I've put this as an enhancement rather than a bug as I'm not sure if it was intentionally scripted or something to do with Blender 3.0 messing up the plugin again)

Road-hog123 commented 2 years ago

Can you confirm that an O3D file with no suffix does not work in OMSI?