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

use armature name if exists #115

Closed Tarcontar closed 4 years ago

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

Codecov Report

Merging #115 into master will decrease coverage by 0.18%. The diff coverage is 98.46%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #115      +/-   ##
=========================================
- Coverage   97.39%   97.2%   -0.19%     
=========================================
  Files          50      50              
  Lines        4032    4046      +14     
  Branches      754     758       +4     
=========================================
+ Hits         3927    3933       +6     
- Misses         46      52       +6     
- Partials       59      61       +2
Impacted Files Coverage Δ
io_mesh_w3d/w3d/export_w3d.py 100% <ø> (ø) :arrow_up:
io_mesh_w3d/w3x/io_xml.py 100% <100%> (ø) :arrow_up:
io_mesh_w3d/w3x/export_w3x.py 98.75% <97.61%> (-1.25%) :arrow_down:
io_mesh_w3d/w3x/import_w3x.py 85.33% <0%> (-9.34%) :arrow_down:

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 c49abd3...4d24620. Read the comment docs.