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

split utils classes #94

Closed Tarcontar closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #94 into master will increase coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   96.40%   96.44%   +0.04%     
==========================================
  Files          35       50      +15     
  Lines        3978     4023      +45     
  Branches      767      767              
==========================================
+ Hits         3835     3880      +45     
  Misses         60       60              
  Partials       83       83              
Impacted Files Coverage Δ
io_mesh_w3d/common/utils/animation_export.py 96.59% <0.00%> (ø)
io_mesh_w3d/common/utils/mesh_export.py 87.19% <0.00%> (ø)
io_mesh_w3d/common/utils/material_import.py 97.26% <0.00%> (ø)
io_mesh_w3d/common/utils/hlod_export.py 100.00% <0.00%> (ø)
io_mesh_w3d/w3d/utils/dazzle_export.py 100.00% <0.00%> (ø)
io_mesh_w3d/common/utils/mesh_import.py 95.58% <0.00%> (ø)
io_mesh_w3d/common/utils/helpers.py 95.50% <0.00%> (ø)
io_mesh_w3d/common/utils/animation_import.py 98.75% <0.00%> (ø)
io_mesh_w3d/common/utils/material_export.py 100.00% <0.00%> (ø)
io_mesh_w3d/common/utils/primitives.py 100.00% <0.00%> (ø)
... and 5 more

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 ec4b15f...e41927a. Read the comment docs.