[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48391] branches/soc-2012-bratwurst/source /blender/makesdna/DNA_space_types.h: - bf_fbx: fix bug that caused fbx file filter to fail.

Alexander Gessler alexander.gessler at gmx.net
Fri Jun 29 02:24:43 CEST 2012


Revision: 48391
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48391
Author:   aramis_acg
Date:     2012-06-29 00:24:28 +0000 (Fri, 29 Jun 2012)
Log Message:
-----------
- bf_fbx: fix bug that caused fbx file filter to fail.

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/makesdna/DNA_space_types.h

Modified: branches/soc-2012-bratwurst/source/blender/makesdna/DNA_space_types.h
===================================================================
--- branches/soc-2012-bratwurst/source/blender/makesdna/DNA_space_types.h	2012-06-28 23:31:50 UTC (rev 48390)
+++ branches/soc-2012-bratwurst/source/blender/makesdna/DNA_space_types.h	2012-06-29 00:24:28 UTC (rev 48391)
@@ -648,7 +648,7 @@
 	COLLADAFILE         = (1 << 13),
 	OPERATORFILE        = (1 << 14), /* from filter_glob operator property */
 	ASSIMPFILE          = (1 << 15),
-	FBXFILE             = (1 << 16),
+	FBXFILE             = (1 << 1), /* XXX not using << 16 because FileSelectParams::filter is short */
 } eFileSel_File_Types;
 
 /* Selection Flags in filesel: struct direntry, unsigned char selflag */




More information about the Bf-blender-cvs mailing list