KhronosGroup / glTF-Blender-IO

Blender glTF 2.0 importer and exporter
https://docs.blender.org/manual/en/latest/addons/import_export/scene_gltf2.html
Apache License 2.0
1.49k stars 317 forks source link

blender 4.2 cannot export shapekey with amature #2321

Open linrin07 opened 2 months ago

linrin07 commented 2 months ago

Describe the bug Cannot export shapekey with Amature

To Reproduce Steps to reproduce the behavior: Add a Cube Set some shape keys Add a Amature Attach the Cube to Amature Export to gltf import the gltf file, the cube does not have any shape keys

Expected behavior shapekey can be exported in 4.1.1

Screenshots the cube with shape key and amature image modifier image gltf export settings image import glft file image

Version

julienduroure commented 2 months ago

Hello, No bug here, and no change in behavior since 4.1 As described in tooltip, applying modifiers prevent exporting shapekeys, because of limitation in Blender api bpy. Closing this ticket

linrin07 commented 2 months ago

Hello, No bug here, and no change in behavior since 4.1 As described in tooltip, applying modifiers prevent exporting shapekeys, because of limitation in Blender api bpy. Closing this ticket

The only modifier is amature. There's no other modifier. In 4.1(and 3.6.8, 2.93), shapekeys can be exported with amature.

julienduroure commented 2 months ago

Sorry, my bad. I can reproduce now