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

Sorting levels and mesh attributes #149

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #149 into master will increase coverage by 0.42%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   98.05%   98.48%   +0.42%     
==========================================
  Files          49       49              
  Lines        4068     4033      -35     
  Branches      736      722      -14     
==========================================
- Hits         3989     3972      -17     
+ Misses         37       22      -15     
+ Partials       42       39       -3     
Impacted Files Coverage Δ
io_mesh_w3d/common/structs/mesh.py 95.94% <100.00%> (+0.14%) :arrow_up:
io_mesh_w3d/common/utils/hlod_export.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/mesh_export.py 96.61% <100.00%> (+5.80%) :arrow_up:
io_mesh_w3d/common/utils/mesh_import.py 100.00% <100.00%> (ø)
io_mesh_w3d/custom_properties.py 100.00% <100.00%> (ø)
io_mesh_w3d/export_utils.py 100.00% <100.00%> (ø)
io_mesh_w3d/w3d/import_w3d.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 2e32cae...9e3373f. Read the comment docs.