View Issue Details

IDProjectCategoryView StatusLast Update
0000669fileGeneralpublic2025-06-11 17:06
Reportermont29 Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0000669: Blender 5.0: Changes to the blend-file header
DescriptionAs of the upcoming Blender 5.0 release (expected in November 2025), blend-files created by Blender will use a new header format, which reflects internal data storage changes that allow a block to contain more than 2GB of data.

So the `magic/Magdir/blender` file will likely need some updates.
Steps To ReproduceAttached is a blend-file generated with the new header.
Additional InformationHere is the description of the new blend-file header format, as found in the [source code documentation](https://projects.blender.org/blender/blender/src/commit/ad1bb4602dfa012057722b49beff4f1895e60811/source/blender/blenloader_core/BLO_core_blend_header.hh#L27):

```
/**
 * Lower level version 1: the header is 17 bytes long.
 * 0-6: 'BLENDER'
 * 7-8: size of the header in bytes encoded as ASCII digits (always '17' currently)
 * 9: always '-'
 * 10-11: File version format as ASCII digits (always '01' currently)
 * 12: always 'v'
 * 13-16: 4 ASCII digits encoding #BLENDER_FILE_VERSION (e.g. '0405' for Blender 4.5)
 *
 * With this header, #LargeBHead8 is always used.
 */
```
TagsNo tags attached.

Activities

mont29

2025-06-11 17:06

reporter  

default_cube.blend (965,772 bytes)

Issue History

Date Modified Username Field Change
2025-06-11 17:06 mont29 New Issue
2025-06-11 17:06 mont29 File Added: default_cube.blend