Gorgious56/asset_browser_utilities

Rename Collection Asset to Blend Name operation crashing Blender

rndllcprn opened this issue · 2 comments

I'm trying to mark assets using the collection filter and added a Custom Operation to rename the asset using the blend name.
image

I've tried multiple versions from 3.3 to 3.6 and all results in Blender closing and not leaving any crash logs.

This is the final messages from the console before Blender closes (I intentionally removed the file path):

Message: 'Checking all bpy.data.images\' derivatives as part of a load_post handler (bpy.data.filepath="C:\\Users\\***\Bench_01.blend")...'
Arguments: ()
Successfully applied 'Rename Asset' to assets : [bpy.data.collections['Bench_01']]

C:\Program Files\Blender Foundation\Blender 3.6>

Update: Seems this is happening to some files that were originally created pre-Blender 2.80. Resorted in just having to rename the collection name for each affected file but still don't know what causes the crashing.

Hello ! Honestly hard to tell, would you be able to share a file where this problem is present ?