BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
597 stars 307 forks source link

Fixed issue with morph targets and animation groups. #1105

Closed SergioRZMasson closed 9 months ago

SergioRZMasson commented 9 months ago

Fixes #1093.

Exporting animation groups with morph targets where not properly picking the correct BabylonMorphTargetManager based on the target animation id. The id was not been used in the query, resulting in always the first BabylonMorphTargetManager been selected multiple times.