Hello,
Thank you for reporting this. It would help to have more details. Can you please detail your specific workflow, and if you have a simple sample file, that would help too.
Regards,
Kelly
Kelly Hynes
Manager, Software QA Engineering
Installation & Licensing forums | Contact product support | Autodesk AREA
There's nothing special about the file, I tried new joints as well as new files. The result is still the same.
You just need to select export selection/ all , in the file there is a joint (whether there is a key or not). and export.
There will still be a dae file, but inside, there is no joint
Hello,
Issue was reproduced by Karen on the QA team and logged as follows:
MAYA-134111 FBX: DAE Export of mesh with joints no longer works
We will raise to the team for scheduling at the next team meeting.
Best regards,
Kelly
Kelly Hynes
Manager, Software QA Engineering
Installation & Licensing forums | Contact product support | Autodesk AREA
Hello, team!
We are experiencing the same issue. We have an animated skeleton made in Maya 2025, and it doesn't export anything when we select File > Export All -> DAE file. Could you already fix this problem?
I have done a lot a research on this problem. Maya 2025 fbxmaya.mll 2020.3.6 isn't exporting the Matrices-array information for the Joints-array. I will paste a working example from a DAE exported with Maya 2024 fbxmaya.mll 2020.3.2 and a second example from Maya 2025.
Maya 2024:
<Name_array id="pasted__DressController-Joints-array" count="24">
mPelvis PELVIS BUTT mTorso BELLY LEFT_HANDLE RIGHT_HANDLE LOWER_BACK CHEST
LEFT_PEC RIGHT_PEC UPPER_BACK mCollarLeft L_CLAVICLE L_UPPER_ARM mCollarRight
R_CLAVICLE R_UPPER_ARM mHipRight R_UPPER_LEG mKneeRight mHipLeft L_UPPER_LEG mKneeLeft</Name_array>
<technique_common>
<accessor source="#pasted__DressController-Joints-array" count="24">
<param type="name"/>
</accessor>
</technique_common>
</source>
<source id="pasted__DressController-Matrices">
<float_array id="pasted__DressController-Matrices-array" count="384">
1.000000 0.000000 0.000000 -0.000000 -0.000000 1.000000 0.000000 -0.000000 0.000000 -0.000000 1.000000 -1.067000 0.000000 0.000000 0.000000 1.000000
8.252234 -0.000000 -1.159776 1.296808 -0.000000 6.250000 -0.000000 -0.000000 0.818665 -0.000000 5.825106 -6.090700 0.000000
Maya 2025:
<Name_array id="pasted__DressController-Joints-array" count="24">
mPelvis PELVIS BUTT mTorso BELLY LEFT_HANDLE RIGHT_HANDLE LOWER_BACK CHEST
LEFT_PEC RIGHT_PEC UPPER_BACK mCollarLeft L_CLAVICLE L_UPPER_ARM mCollarRight
R_CLAVICLE R_UPPER_ARM mHipRight R_UPPER_LEG mKneeRight mHipLeft L_UPPER_LEG mKneeLeft</Name_array>
<technique_common>
<accessor source="#pasted__DressController-Joints-array" count="24">
<param type="name"/>
</accessor>
</technique_common>
</source>
<source id="pasted__DressController-Matrices">
<float_array id="pasted__DressController-Matrices-array" count="0">
</float_array>
As you can see the Maya 2025 the Matrices-array count is 0 and so has no data. I copied and pasted the data from the 2024 DAE to the 2025 DAE and it works just fine. I sure hope Autodesk gets this fixed soon.
Thank you for your reply
So... at this point, we can only sit down and see how our Maya 2025 licenses are worthless... fine, thank you, Autodesk!
Can't find what you're looking for? Ask the community or share your knowledge.