[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30298] trunk/blender/source/blender/ editors/space_file/filelist.c: bugfix [#22840] Folders with ".blend" on the end are processed like .blend files

Campbell Barton ideasman42 at gmail.com
Wed Jul 14 10:00:03 CEST 2010


Revision: 30298
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30298
Author:   campbellbarton
Date:     2010-07-14 10:00:03 +0200 (Wed, 14 Jul 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_file/filelist.c

Modified: trunk/blender/source/blender/editors/space_file/filelist.c
===================================================================
--- trunk/blender/source/blender/editors/space_file/filelist.c	2010-07-14 07:47:03 UTC (rev 30297)
+++ trunk/blender/source/blender/editors/space_file/filelist.c	2010-07-14 08:00:03 UTC (rev 30298)
@@ -807,9 +807,6 @@
 
 			/* Don't check extensions for directories */ 
 		if (file->type & S_IFDIR) {
-			if(BLO_has_bfile_extension(file->relname)) {
-				file->flags |= BLENDERFILE;
-			}
 			continue;
 		}
 





More information about the Bf-blender-cvs mailing list