bdk-blender/source/blender/blenloader
Bastien Montagne a13960c8a2 Fix failing test after own recent commit regarding Main freeing function.
3e5ce23c99 introduced a regression in case the freed Main was part of a
list, and was supposed to be removed from it, since calling
`BLI_remlink` does _not_ clear the `prev`/`next` pointers of the removed
link.

This commit also contains a few more tweaks to recent related b3f42d8e98
commit.

Pull Request #105497
2023-03-06 18:29:57 +01:00
..
intern Fix failing test after own recent commit regarding Main freeing function. 2023-03-06 18:29:57 +01:00
tests Cleanup: enable modernize-use-equals-default check 2021-04-08 11:07:27 +02:00
BLO_blend_defs.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BLO_blend_validate.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BLO_read_write.h Blenloader: Add utility function to write double array 2020-12-15 12:43:21 -06:00
BLO_readfile.h Add a mechanism to abort a blend file reading on critical error. 2023-03-06 17:22:03 +01:00
BLO_undofile.h Cleanup: sort struct declarations 2020-09-30 11:51:13 +10:00
BLO_writefile.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
CMakeLists.txt BLO: Functions for temporarily loading a single datablock 2021-03-18 11:09:15 +01:00