<div dir="ltr">Blender Python script for exporting glb as a single, combined animation:<div><br></div><div>bpy.ops.export_scene.gltf(<br>    filepath=os.path.join(".", f"JoeSkinTexcoordDisplacerKickUpdate2Export.glb"),<br>    export_yup=False,<br>    # export_format="GLTF_SEPARATE",<br>    export_format="GLB",<br>    export_nla_strips_merged_animation_name='Animation',<br>    export_animation_mode="ACTIVE_ACTIONS", #"SCENE",<br>    export_influence_nb=40,<br>    export_all_influences=True,<br>    use_active_collection=True<br>)<br></div></div>