Inochi2D / inochi2d

Inochi2D reference implementation aimed at rendering 2D puppets that can be animated in real-time (using eg. facial capture).
BSD 2-Clause "Simplified" License
1.25k stars 47 forks source link

Meshgroup: Fix export optimization. #33

Closed seagetch closed 1 year ago

seagetch commented 1 year ago

Export is not handled correctly for child MeshGroup, and resulted in unexpected deformation for sub-MeshGroup. This patch fix the problem.