all versions
Hi,
When rendering with command line we often drag and drop files into the terminal to get the path.
Blender is creating backup files naming the file extension .blend1 instead of .blend
The problem is the terminal, or blender application into the terminal with no GUI, is accepting the .blend1 files.
IT SHOULD NOT !
Because when working on multiple computers with multiple OS, those computers don't have the same directory and file system.
Also when copying files from Windows to Linux the user don't see the sames files icons. SO??
It is very possible to miss the "1" into the file extension and when we are on a rush we can drag and drop the backup file instead of the original file.
Windows is not the same file system so the path into blender file is not working for Linux and we lost the final render because blender does not know where to save the file and it does not write the file at all.
So, the command line version of blender should not open the .blend1 extension and it should show an alert like "wrong file, please select .blend file instead of .blend1 file"
Thanks to fix it for the good of humanity
:)