Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-22 21:20:04 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-22 21:20:04 +0400
commit94518b63084b7d8581e1cfec62fd36221f5efbf8 (patch)
tree2c207df14eb88e41fa69c7d388ff24c47944634a /source/blender/blenkernel/intern/texture.c
parent8b5fbbec8001bfe9cb66adfd7ecd6e49818e6586 (diff)
2.5
* Make EWA new default, rename Default to Box. * Fix windows compile issue in texture filter code.
Diffstat (limited to 'source/blender/blenkernel/intern/texture.c')
-rw-r--r--source/blender/blenkernel/intern/texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/texture.c b/source/blender/blenkernel/intern/texture.c
index 1c7dab15d5c..eeffbfe5ef6 100644
--- a/source/blender/blenkernel/intern/texture.c
+++ b/source/blender/blenkernel/intern/texture.c
@@ -442,7 +442,7 @@ void default_tex(Tex *tex)
tex->extend= TEX_REPEAT;
tex->cropxmin= tex->cropymin= 0.0;
tex->cropxmax= tex->cropymax= 1.0;
- tex->texfilter = TXF_DEFAULT;
+ tex->texfilter = TXF_EWA;
tex->afmax = 8;
tex->xrepeat= tex->yrepeat= 1;
tex->fie_ima= 2;