12-22-2022, 05:25 PM
The .mtl file only tells the material what texture to use, not what interpolation to use. (That info is lost when exported because the .mtl format just doesn't include it.) You have to specify that manually by finding the texture node and changing its interpolation from Linear to Closest.