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

Export bugfix #171

Closed Tarcontar closed 4 years ago

Tarcontar commented 4 years ago

When imported or created via python the bones in 'rig'.pose.bones are always in tree structure. But when created manuall that is not the case -> create tree structure manually on export

codecov[bot] commented 4 years ago

Codecov Report

Merging #171 into master will decrease coverage by 0.04%. The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #171      +/-   ##
===========================================
- Coverage   100.00%   99.95%   -0.05%     
===========================================
  Files           49       49              
  Lines         4145     4157      +12     
  Branches       751      756       +5     
===========================================
+ Hits          4145     4155      +10     
- Misses           0        1       +1     
- Partials         0        1       +1     
Impacted Files Coverage Δ
io_mesh_w3d/common/utils/hierarchy_export.py 97.36% <91.66%> (-2.64%) :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 4087146...3b77200. Read the comment docs.