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

Geometry data #188

Closed Tarcontar closed 3 years ago

Tarcontar commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #188 (b56c111) into master (4714500) will decrease coverage by 1.16%. The diff coverage is 26.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   99.69%   98.52%   -1.17%     
==========================================
  Files          49       50       +1     
  Lines        4196     4261      +65     
  Branches      765      772       +7     
==========================================
+ Hits         4183     4198      +15     
- Misses          5       55      +50     
  Partials        8        8              
Impacted Files Coverage Δ
io_mesh_w3d/common/utils/box_export.py 74.07% <ø> (ø)
io_mesh_w3d/geometry_export.py 20.00% <20.00%> (ø)
io_mesh_w3d/w3x/io_xml.py 98.21% <33.33%> (-1.79%) :arrow_down:
io_mesh_w3d/common/utils/mesh_export.py 100.00% <100.00%> (ø)
io_mesh_w3d/common/utils/mesh_import.py 100.00% <100.00%> (ø)
io_mesh_w3d/custom_properties.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 4714500...b56c111. Read the comment docs.