mirror of
https://github.com/blender/blender.git
synced 2025-07-24 09:57:48 +00:00

It was not taking into account actual selection in the asset browser ("selected_assets"), thus failing in bringing things over. To resolve, add a case for `RNA_AssetMetaData` in `UI_context_copy_to_selected_list`. Since "selected_assets" will give us `AssetRepresentation`, we need to remap to `AssetMetaData` to get this working. Pull Request: https://projects.blender.org/blender/blender/pulls/142862