da101d8cdbbf6e638c6d3b3244928e35af7b11b9
Second issue reported in the comment was caused by some shapekeys flagged as embedded liboverride data, when their owner ID (Mesh e.g.) is not a liboverride at all. The `BKE_lib_override_library_validate` called on file read was only covering real liboverride IDs, which where then supposed to take care of their own embedded data. But since the owner ID is already a full non-override ID, its embedded data ended up never being properly sanitized. Most likely more corruption data from quite old files and/or deprecated experimental features.
…
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
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
