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.
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.