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

handle naming issue properly #216

Closed Tarcontar closed 3 years ago

Tarcontar commented 3 years ago

Turns out is a valid scenario that a mesh has the same name as a bone, but in that case the mesh has to be configured properly. So it has to be either

codecov[bot] commented 3 years ago

Codecov Report

Merging #216 (bffdeb8) into master (286ba84) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files          52       52           
  Lines        4637     4639    +2     
  Branches      807      808    +1     
=======================================
+ Hits         4412     4414    +2     
  Misses        222      222           
  Partials        3        3           
Impacted Files Coverage Δ
io_mesh_w3d/common/utils/mesh_export.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 286ba84...bffdeb8. Read the comment docs.