Files
test/source/blender/blenkernel/intern
Bastien Montagne e260bc64da Fix (unreported) broken 'fixing' code in ID name uniqueness handling.
Logic in `main_namemap_validate_and_fix` could end up re-generating
a thousand of time the names of IDs because of an invalid assumption
about processed IDs being re-processable (in case they get renamed).

Also do not `CLOG_ERROR` when checking and fixing errors, if this code is
called to fix errors, it means errors are expected. Use `CLOG_INFO`
instead, or `CLOG_WARN` when the info is really important (like when IDs
had to be renamed).

And finally, simplify code clearing invalid namemaps, there is now a
function to handle this task, `BKE_main_namemap_clear`.

Issues & improvements found while working on readfile errors when
opening `lib/tests/libraries_and_linking/libraries/main_scene.blend`.
2023-05-26 18:43:19 +02:00
..
2023-05-09 14:08:19 +10:00
2023-05-09 14:08:19 +10:00
2023-04-22 13:46:11 +02:00
2023-05-09 14:08:19 +10:00
2023-05-09 14:08:19 +10:00
2023-05-09 16:05:40 +02:00
2023-05-09 14:08:19 +10:00
2023-05-02 13:07:48 +02:00
2023-05-09 14:08:19 +10:00
2023-05-15 15:14:22 +02:00
2023-05-09 14:08:19 +10:00
2023-05-15 15:14:22 +02:00
2023-02-03 12:41:01 +11:00
2023-05-09 14:08:19 +10:00
2023-05-15 15:14:22 +02:00
2023-05-09 14:08:19 +10:00
2023-05-15 15:14:22 +02:00
2023-05-11 12:08:28 +12:00
2023-05-15 15:14:22 +02:00
2023-05-15 15:14:22 +02:00
2023-05-17 11:35:46 +12:00
2023-05-09 14:08:19 +10:00
2023-05-15 15:14:22 +02:00
2023-05-09 14:08:19 +10:00
2023-05-09 14:08:19 +10:00