tornavis/source/blender/blenloader
Bastien Montagne 5f7f6b65f3 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!
2023-10-06 20:19:26 +02:00
..
intern Fix (unreported) crash in 'startup.blend' GP default update code. 2023-10-06 20:19:26 +02:00
tests Cleanup: Move depsgraph headers to C++ 2023-09-22 03:18:17 +02:00
BLO_blend_defs.hh Cleanup: Move BLO headers to C++ 2023-08-28 15:01:05 +02:00
BLO_blend_validate.hh Cleanup: Move BLO headers to C++ 2023-08-28 15:01:05 +02:00
BLO_read_write.hh Cleanup: Remove unnecessary struct keyword from newly C++ headers 2023-09-22 08:08:19 -04:00
BLO_readfile.h Cleanup: doxygen parameters, blank comment lines 2023-09-08 16:53:30 +10:00
BLO_undofile.hh Cleanup: spelling in comments 2023-09-05 11:04:27 +10:00
BLO_writefile.hh Cleanup: Move BLO headers to C++ 2023-08-28 15:01:05 +02:00
CMakeLists.txt Anim: move bone colors from bone groups to individual bones 2023-08-29 14:31:18 +02:00