bdk-blender/source/blender/blenloader
Bastien Montagne 02498e8f13 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.
2023-03-16 13:54:58 +01:00
..
intern Fix failing test after own recent commit regarding Main freeing function. 2023-03-16 13:54:58 +01:00
tests File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLO_blend_defs.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLO_blend_validate.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLO_read_write.h Cleanup: spelling in comments, use C++ comments for disabled code 2022-03-08 13:48:31 +11:00
BLO_readfile.h Add a mechanism to abort a blend file reading on critical error. 2023-03-16 13:54:58 +01:00
BLO_undofile.h Cleanup: use term 'filepath' for full file paths 2022-05-17 12:54:05 +10:00
BLO_writefile.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
CMakeLists.txt Auto-generate RNA-structs declarations in RNA_prototypes.h 2022-03-14 17:08:46 +01:00