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;
                }
 


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to