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

support vertex colors #162

Closed Tarcontar closed 4 years ago

Tarcontar commented 4 years ago

this finally adds support for vertex colors as defined in MaterialPass dcg, scg and dig

codecov[bot] commented 4 years ago

Codecov Report

Merging #162 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #162   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         4100      4142   +42     
  Branches       738       750   +12     
=========================================
+ Hits          4100      4142   +42     
Impacted Files Coverage Δ
io_mesh_w3d/common/structs/mesh.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/structs/rgba.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/mesh_export.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/mesh_import.py 100.00% <100.00%> (ø)

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 60e1b91...68af4eb. Read the comment docs.