bdk-blender/source/blender/blenloader
Bastien Montagne 356fe62667 Fix (unreported) crash in 'startup.blend' GP default update code.
This commit fixes two different issues in
`BLO_update_defaults_startup_blend`:
* No check were done whether a given 'paint mode' tool settings actually
  exist or not before trying to 'update' it, leading to hard crash when
  some did not.
* Only the first Scene in loaded 'startup' Main would be processed -
  nothing prevents a `startup.blend` file to have more than one scene!

Pull Request: blender/blender#113597
2023-10-12 14:12:03 +02:00
..
intern Fix (unreported) crash in 'startup.blend' GP default update code. 2023-10-12 14:12:03 +02: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