[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13888] trunk/blender/release/scripts/ flt_properties.py: -> Minification filter type for FLT attrib files
Geoffrey Bantle
hairbat at yahoo.com
Wed Feb 27 12:52:20 CET 2008
Revision: 13888
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13888
Author: briggs
Date: 2008-02-27 12:52:19 +0100 (Wed, 27 Feb 2008)
Log Message:
-----------
-> Minification filter type for FLT attrib files
-Changed the minification filter type from Bilinear to
mipmap-trilinear
Modified Paths:
--------------
trunk/blender/release/scripts/flt_properties.py
Modified: trunk/blender/release/scripts/flt_properties.py
===================================================================
--- trunk/blender/release/scripts/flt_properties.py 2008-02-27 11:50:20 UTC (rev 13887)
+++ trunk/blender/release/scripts/flt_properties.py 2008-02-27 11:52:19 UTC (rev 13888)
@@ -388,7 +388,7 @@
'5i!UpX' : 0,
'6i!UpY' : 0,
'7i!File Format' : 0,
- '8i!Min Filter' : 1,
+ '8i!Min Filter' : 6,
'9i!Mag Filter' : 1,
'10i!Wrap' : 0,
'11i!WrapU' : 0,
More information about the Bf-blender-cvs
mailing list