Closed N8n5h closed 4 years ago
I believe this is an issue with the collada exporter. Try exporting with the resting pose.
I believe this is an issue with the collada exporter. Try exporting with the resting pose.
I tried that but then the animation won't play, the character will stay in T-pose
As a work around. Import the working animation as a separate file and then add it to the T pose exported model.
Or export to gltf, I haven't seen this issue with gltf models, only dae.
Still this is a bug that harms the workflow considerably
As a work around. Import the working animation as a separate file and then add it to the T pose exported model.
Please, can you elaborate the steps to do that?
I'm writting this from memory, hope I don't miss anything:
default.anim
I tried that but I didn't get it to work as expected. The animation still doesn't work and the scale and the rotation is messed up.
Update: Ok, I managed to get it working now. I didn't notice I only exported the rig for the animation file without the mesh. But I tried again this time exporting it with the mesh and it works.
Any progress on this? There are a few issues I found that I cannot report yet because they might be related to the workaround for this issue...
I wasn't able to get dae working in blender 2.81.
However gltf2 in blender 2.81 and with https://github.com/KhronosGroup/glTF-Blender-IO/pull/857.
worked.
If you want we can close this issue, I don't know how much more work will be done to maintain the Collada importer.
If you still want to use collada, there are a couple forks of the better collada exporter that work in newer blenders. I think they also fix the issue described in this bug (it was an exporter issue, not an engine issue).
https://github.com/HungryProton/collada-exporter-2.8 https://github.com/artellblender/collada-exporter-2.8
Godot version: v3.1.beta.custom_build.be98a6e
OS/device including version: OS: Ubuntu 18.04.1
Issue description: Incorrect mesh deformation during animation original in Blender The model and the animation (from Mixamo) were imported to Blender as fbx (Default + Ignore Leaf Bones + Automatic Bone orientation), and then exported to Godot with no changes, with the better-collada-exporter and this settings
Blender version: 2.79 2018-03-22 14:10 f4dc9f9d68b better-collada-exporter addon: build from 2019-02-11 13∶23
Minimal reproduction project: testing1.zip (Blender file) testing-godot-project.zip