OpenSAGE / OpenSAGE.BlenderPlugin

A Westwood 3D Blender plugin. Imports & exports the W3D/W3X format to/from Blender.
https://opensage.github.io
GNU Lesser General Public License v3.0
50 stars 18 forks source link

load texture_0 as diffuse texture #92

Closed Tarcontar closed 4 years ago

Tarcontar commented 4 years ago

This fixes the issue where the mammoth tank tracks had no texture: image new

codecov[bot] commented 4 years ago

Codecov Report

Merging #92 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #92      +/-   ##
=========================================
- Coverage    96.4%   96.4%   -0.01%     
=========================================
  Files          35      35              
  Lines        3979    3978       -1     
  Branches      766     767       +1     
=========================================
- Hits         3836    3835       -1     
  Misses         60      60              
  Partials       83      83
Impacted Files Coverage Δ
io_mesh_w3d/custom_properties.py 100% <ø> (ø) :arrow_up:
io_mesh_w3d/import_utils.py 96.09% <100%> (ø) :arrow_up:
io_mesh_w3d/export_utils.py 92.14% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57cfdb6...85fa4e4. Read the comment docs.