glTF exporter: fix merge issue

This commit is contained in:
Julien Duroure 2022-02-28 06:30:36 +01:00
parent 08135f54f4
commit 09d1500f20
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ def gather_keyframes(blender_obj_uuid: str,
keyframes.append(key)
if not export_settings[gltf2_blender_export_keys.OPTIMIZE_ANIMS]:
return keyframes
return (keyframes, baking_is_needed)
# For armature only
# Check if all values are the same