Files
test/source/blender/blenkernel/intern
Bastien Montagne 08a38e8439 Cleanup & Refactor: BKE_libblock_find_name API.
Simplify both `BKE_libblock_find_name_and_library` and
`BKE_libblock_find_name_and_library_filepath` by only searching for a
matching Library ID, and calling `BKE_libblock_find_name` to finalize
the search.

This factorize most of the search logic, and happens to fix a bug in
`BKE_libblock_find_name_and_library`, which would errosneously early-
return `nullptr` in case it found a name-matching local ID, when a
linked one was looked-up for.

Also added minimal documentation to these functions, especially for the
'library' part of the search parameters.

Pull Request: https://projects.blender.org/blender/blender/pulls/144505
2025-08-13 19:05:59 +02:00
..
2025-08-07 01:06:42 +00:00
2025-05-20 04:33:43 +00:00
2025-06-12 10:37:47 +02:00
2025-05-22 16:32:44 +02:00
2025-05-09 16:13:25 +02:00
2025-05-08 15:37:28 +02:00
2025-05-23 15:34:26 +02:00
2025-06-27 16:44:33 +02:00
2025-08-12 13:32:01 +10:00