Files
blender/source
Philipp Oeser c1df8404e7 Fix #142839: Asset Browser: Copy to Selected on MetaData broken
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
2025-07-24 11:32:16 +02:00
..