X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=blender%2Fio_mspgl%2Fmaterial.py;h=1d6a06a0b0730974365d21e65a3f19760b566bea;hb=dbc91b65728ab9c0e574bb1127cfe4d2da55de7f;hp=7299e636ea7a6e2682dd52dd4051e64df72b505b;hpb=6b9338845dfee441cd18ad6c633e4feef8ad14e1;p=libs%2Fgl.git diff --git a/blender/io_mspgl/material.py b/blender/io_mspgl/material.py index 7299e636..1d6a06a0 100644 --- a/blender/io_mspgl/material.py +++ b/blender/io_mspgl/material.py @@ -140,7 +140,7 @@ class Material: sampler_settings = None for p in self.properties: if p.texture: - settings = (p.texture.default_filter, p.texture.interpolation, p.texture.use_mipmap, p.texture.max_anisotropy) + settings = (p.texture.interpolation, p.texture.use_mipmap, p.texture.max_anisotropy) if sampler_settings is None: sampler_settings = settings elif settings!=sampler_settings: