BabylonJS / Exporters

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

Maya isn't exporting full skeleton with mesh #1071

Closed cdmoss closed 1 year ago

cdmoss commented 1 year ago

Hello,

I have a character which I'm trying to export from Maya in individual pieces (head, body and legs). I need to include the entire skeleton with each piece, but the exporter only seems to include the part of the skeleton that influences the included mesh (e.g., if its the leg mesh, only the legs and pelvis will be included). This happens when trying both .glb and .babylon. Is there anyway to force the entire skeleton to be included?

thomlucc commented 1 year ago

Hi, could you please put this question on the Babylon.js forum and add a repro for us to help you?