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 for collision box props #183

Closed Tarcontar closed 3 years ago

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

Codecov Report

Merging #183 (b7551d6) into master (1a715e7) will decrease coverage by 0.26%. The diff coverage is 71.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
- Coverage   99.95%   99.69%   -0.27%     
==========================================
  Files          49       49              
  Lines        4162     4198      +36     
  Branches      755      765      +10     
==========================================
+ Hits         4160     4185      +25     
- Misses          1        5       +4     
- Partials        1        8       +7     
Impacted Files Coverage Δ
io_mesh_w3d/common/utils/box_export.py 74.07% <36.36%> (-25.93%) :arrow_down:
io_mesh_w3d/common/utils/box_import.py 90.24% <71.42%> (-9.76%) :arrow_down:
io_mesh_w3d/common/structs/collision_box.py 100.00% <100.00%> (ø)
io_mesh_w3d/custom_properties.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 1a715e7...b7551d6. Read the comment docs.