bugfix [#22840] Folders with ".blend" on the end are processed like .blend files

elubie, this was added r27523 but cant see why it would be useful to have.
This commit is contained in:
Campbell Barton
2010-07-14 08:00:03 +00:00
parent 6b6cdbe322
commit bdd733c3f2

View File

@@ -807,9 +807,6 @@ void filelist_setfiletypes(struct FileList* filelist, short has_quicktime)
/* Don't check extensions for directories */
if (file->type & S_IFDIR) {
if(BLO_has_bfile_extension(file->relname)) {
file->flags |= BLENDERFILE;
}
continue;
}