This is whatâs in the log for both scenes:
TypeError: can only concatenate str (not âglTF2ExportUserExtensionâ) to str
Location: C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\modules\bpy\ops.py:109
Traceback (most recent call last):
File âC:\Users\PC-07\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Needle Engine Exporter for Blender\blender_export.pyâ, line 300, in exportScene
__runExport(finalPath)
File âC:\Users\PC-07\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Needle Engine Exporter for Blender\blender_export.pyâ, line 373, in __runExport
callMethodWithArgs(bpy.ops.export_scene.gltf, args)
File âC:\Users\PC-07\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\Needle Engine Exporter for Blender\blender_export.pyâ, line 376, in callMethodWithArgs
return method(**args)
^^^^^^^^^^^^^^
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\modules\bpy\ops.pyâ, line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: Python: Traceback (most recent call last):
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\io_scene_gltf2\io\exp\gltf2_io_user_extensions.pyâ, line 14, in export_user_extensions
hook(*args, export_settings)
TypeError: glTF2ExportUserExtension.gather_animation_channel_hook() takes 6 positional arguments but 8 were given
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\io_scene_gltf2\blender\exp\animation\sampled\armature\armature_action_sampled.pyâ, line 24, in gather_action_armature_sampled
channels, extra_channels = __gather_channels(
^^^^^^^^^^^^^^^^^^
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\io_scene_gltf2\blender\exp\animation\sampled\armature\armature_action_sampled.pyâ, line 82, in __gather_channels
return gather_armature_sampled_channels(armature_uuid, blender_action_name, export_settings)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\io_scene_gltf2\blender\exp\animation\sampled\armature\armature_channels.pyâ, line 52, in gather_armature_sampled_channels
channel = gather_sampled_bone_channel(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\io_scene_gltf2\blender\exp\animation\sampled\armature\armature_channels.pyâ, line 126, in gather_sampled_bone_channel
export_user_extensions(âgather_animation_channel_hookâ,
File âC:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\addons_core\io_scene_gltf2\io\exp\gltf2_io_user_extensions.pyâ, line 16, in export_user_extensions
export_settings[âlogâ].error("Extension hook " + hook_name + " fails on " + extension)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
TypeError: can only concatenate str (not âglTF2ExportUserExtensionâ) to str
Location: C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\modules\bpy\ops.py:109
(at ERR:)
2024-10-08 11:40:21: EXPORT REPORT FOR 1 scenes to âZ:/Software/3D/Blender/Addons/Needle_Engine/Examples/Testproject/assetsâ (at printReport)
2024-10-08 11:40:21: !!! 1 errors occured during export (at printReport)
2024-10-08 11:40:21: Blender version: (4, 2, 1), Needle Engine Addon: 0.51.7 (at printReport)
2024-10-08 11:40:21: Auto compress is disabled (at runAutoCompress)