Disable part of commit #28064, this also clears the path on any file giving

problems with file saving, proper fix will come later.
This commit is contained in:
Brecht Van Lommel 2010-04-07 10:25:43 +00:00
parent c66b0a32ca
commit e81c198e9a

@ -291,10 +291,13 @@ static void setup_app_data(bContext *C, BlendFileData *bfd, char *filename)
/* in case of autosave or quit.blend, use original filename instead /* in case of autosave or quit.blend, use original filename instead
* use relbase_valid to make sure the file is saved, else we get <memory2> in the filename */ * use relbase_valid to make sure the file is saved, else we get <memory2> in the filename */
filename= bfd->filename; filename= bfd->filename;
} else if (!G.relbase_valid) { }
#if 0
else if (!G.relbase_valid) {
/* otherwise, use an empty string as filename, rather than <memory2> */ /* otherwise, use an empty string as filename, rather than <memory2> */
filename=""; filename="";
} }
#endif
/* these are the same at times, should never copy to the same location */ /* these are the same at times, should never copy to the same location */
if(G.sce != filename) if(G.sce != filename)