Blender 5.0 append blend error

Hey all,

I’m testing out blender 5.0 support, and I’ve hit an error when using Append Blend (blend) on a product. This issue doesn’t occur for Link Blend Hierarchy (blend), Load Cache (abc) etc., and seems to only occur in blender 5.0, working fine in blender 4.5. I’m using blender integration 1.1.3, core 1.9.1, relatively up to date

Here’s the log from attempting to load a test cube published as a model

Traceback (most recent call last):

  File "C:\Users\user\AppData\Local\Ynput\AYON\addons\blender_1.1.3\ayon_blender\api\ops.py", line 126, in execute
    result = callback(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\user\AppData\Local\Ynput\AYON\addons\blender_1.1.3\ayon_blender\api\plugin.py", line 570, in _load
    return self.process_asset(
           ^^^^^^^^^^^^^^^^^^^

  File "C:\Users\user\AppData\Local\Ynput\AYON\addons\blender_1.1.3\ayon_blender\plugins\load\load_blend.py", line 167, in process_asset
    container, members = self._process_data(libpath, group_name)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\Users\user\AppData\Local\Ynput\AYON\addons\blender_1.1.3\ayon_blender\plugins\load\load_blend.py", line 110, in _process_data
    data.name = f"{group_name}:{from_name}"
    ^^^^^^^^^

AttributeError: 'int' object has no attribute 'name'

I’m having this occur in model and rig product types, but weirdly it doesn’t occur on blendScene or when appending workfiles. Has anyone else come across this? Thx in advance

Hello
Could you make an issue here with reproducible steps?