7a43565654af446466ffeee5788a32eb2017ae30
This was likely never an issue so far, as no ID type has ever been removed (that was written in blendfiles at least), and no new BHead type has been added since ages. However, current behavior of the main loop in the readfile code (in `blo_read_file_internal`) is to consider any BHead type which is not explicitely known and handled, to be an ID BHead, and directly try to load it as such. This commit addresses that potential issue by validating that a BHead code actually matches a known ID type before trying to use it to read an ID from the file. Issue identified while working on designs for future 5.0 forward compatibility breaking changes in blendfile format itself. Pull Request: https://projects.blender.org/blender/blender/pulls/129693
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
11%
C
6.3%
GLSL
2.2%
CMake
1.3%
Other
1.1%
