StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Convert connected non-*.dds textures and into *.dds at export #4

Closed ssnd292 closed 3 years ago

ssnd292 commented 4 years ago

To always have uptodate textures, and automatic DDS conversion of connected non-DDS textures could be added later down the road.

Wopster made a conversion tool that could be supplied with the toolset eventually

The lookup to know which texture needs which compression could be based on a suffix system _decals = DXT5 _spec = DXT1 _normal = DXT1 ... eca

kbrandwijk commented 4 years ago

If you get to this: please make that possible to turn that off (especially the normals).

StjerneIdioten commented 4 years ago

That wouldn't be a problem to implement. Although I don't see why it would be a problem or at least for FS19 I know that it bitches in the console if your textures aren't dds :-P