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.48k stars 316 forks source link

"Force Keeping channel for objects" inserts undesired keyframes for Armatures #2301

Open The0Dev opened 1 month ago

The0Dev commented 1 month ago

Describe the bug Hello. When I export a scene with the "Force Keeping channel for objects" option enabled, armature objects themselves end up having extra keyframes despite the fact that they were not animated.

To Reproduce

  1. Open the attached blend file
  2. Export the scene with the option enabled
  3. Import it back
  4. See the results

Expected behavior The armature object itself like the Cube in the same scene should not be animated (only its root bone).

Screenshots image image

.blend file/ .gltf (mandatory) force_keep_bug.blend.zip

Version

julienduroure commented 1 month ago

Confirmed. Investigation in progress