Blender version number not correct in saved .blend files #101611

Closed
opened 2022-10-05 10:48:26 +02:00 by Stephen Hamacek · 9 comments

System Information
Operating system: macOS-12.5-arm64-arm-64bit 64 Bits
Graphics card: Apple M1 Max Apple 4.1 Metal - 76.3

Blender Version
Broken: version: 3.3.0, branch: master, commit date: 2022-09-06 15:39, hash: 0759f671ce
Worked: 2.93, sorry not sure about all versions since

Short description of error

I use a small script to check which version of Blender was used to create certain files. It just reads the header from the .blend file.

  • Saved blend files from Blender 3.3.0 and 3.3.1 daily build report created with version 3.0.3 rather than 3.3.0/3.3.1

  • I checked a 3.2.2 file as well and it reports 3.0.2.

  • a 2.93.10 file works correctly - reports 2.93

Apologies if I've misunderstood and there's been a change in how Blender versions are logged in .blends

Exact steps for others to reproduce the error
Read header of attached .blends in text editor, or use file utility to read version number
TestVersion293-10.blend

TestVersion330.blend

TestVerson322.blend

TestVersion331daily.blend

**System Information** Operating system: macOS-12.5-arm64-arm-64bit 64 Bits Graphics card: Apple M1 Max Apple 4.1 Metal - 76.3 **Blender Version** Broken: version: 3.3.0, branch: master, commit date: 2022-09-06 15:39, hash: `0759f671ce` Worked: 2.93, sorry not sure about all versions since **Short description of error** I use a small script to check which version of Blender was used to create certain files. It just reads the header from the .blend file. - Saved blend files from Blender 3.3.0 and 3.3.1 daily build report created with version 3.0.3 rather than 3.3.0/3.3.1 - I checked a 3.2.2 file as well and it reports 3.0.2. - a 2.93.10 file works correctly - reports 2.93 Apologies if I've misunderstood and there's been a change in how Blender versions are logged in .blends **Exact steps for others to reproduce the error** Read header of attached .blends in text editor, or use file utility to read version number [TestVersion293-10.blend](https://archive.blender.org/developer/F13617292/TestVersion293-10.blend) [TestVersion330.blend](https://archive.blender.org/developer/F13617293/TestVersion330.blend) [TestVerson322.blend](https://archive.blender.org/developer/F13617294/TestVerson322.blend) [TestVersion331daily.blend](https://archive.blender.org/developer/F13617295/TestVersion331daily.blend)

Added subscriber: @StephenHamacek

Added subscriber: @StephenHamacek

Added subscriber: @mano-wii

Added subscriber: @mano-wii

Changed status from 'Needs Triage' to: 'Archived'

Changed status from 'Needs Triage' to: 'Archived'

This report doesn't seem to actually mention a bug, but appears to be a request for support.

Starting with 3.0 there were changes to how the version number is read. See https://code.blender.org/2020/02/release-planning-2020-2025/#30-series

For user requests and feedback, please use other channels: https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests

For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug

This report doesn't seem to actually mention a bug, but appears to be a request for support. Starting with 3.0 there were changes to how the version number is read. See https://code.blender.org/2020/02/release-planning-2020-2025/#30-series For user requests and feedback, please use other channels: https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug

Added subscriber: @Germano

Added subscriber: @Germano

This comment was removed by @StephenHamacek

*This comment was removed by @StephenHamacek*

Hi Germano, Sorry I've been away from my desk. I'm not sure if my question was understood, but the version number article and comments linked above doesn't explain the issue I'm seeing: in a saved .blend file, the version number displayed in the header of the file ≠ the version of Blender that saved the file. To me it seems like a bug, albeit a tiny one.

With so many changes between Blender versions, it's important for me to be able to see which version of Blender was used to save/create a file, in case I need to use that version of Blender later for feature compatibility.

Attaching screenshots for clarity. Both .blend files have BLENDER-v303 in the header though one was saved with Blender 3.3.0 and one saved with 3.3.1

Please let me know if I can help with any more info, or if this really is the way it's meant to be now. It's just that in the past the version numbers in saved files always corresponded with the Blender version that created them.

Best regards and many thanks for your time.

Screen Shot 2022-10-24 at 7.15.58 pm.png

Screen Shot 2022-10-24 at 7.13.00 pm.png

Hi Germano, Sorry I've been away from my desk. I'm not sure if my question was understood, but the version number article and comments linked above doesn't explain the issue I'm seeing: in a saved .blend file, the version number displayed in the header of the file ≠ the version of Blender that saved the file. To me it seems like a bug, albeit a tiny one. With so many changes between Blender versions, it's important for me to be able to see which version of Blender was used to save/create a file, in case I need to use that version of Blender later for feature compatibility. Attaching screenshots for clarity. Both .blend files have `BLENDER-v303` in the header though one was saved with Blender 3.3.0 and one saved with 3.3.1 Please let me know if I can help with any more info, or if this really is the way it's meant to be now. It's just that in the past the version numbers in saved files always corresponded with the Blender version that created them. Best regards and many thanks for your time. ![Screen Shot 2022-10-24 at 7.15.58 pm.png](https://archive.blender.org/developer/F13756806/Screen_Shot_2022-10-24_at_7.15.58_pm.png) ![Screen Shot 2022-10-24 at 7.13.00 pm.png](https://archive.blender.org/developer/F13756807/Screen_Shot_2022-10-24_at_7.13.00_pm.png)

Versioning codes are worked on quite often for compatibility issues.
So it is very unlikely that the version saved in the files is wrong, otherwise many version bugs would be reported.

v303 is 3.03 btw

One way to check this is just to see the description of each new version:
6e39da7948
dab3591588
c0225aa573
46b32c9d7b
9015952c9c

(note: Your 3.3.1 actually looks like 3.3.6 when checked here)

Versioning codes are worked on quite often for compatibility issues. So it is very unlikely that the version saved in the files is wrong, otherwise many version bugs would be reported. v303 is 3.03 btw One way to check this is just to see the description of each new version: 6e39da7948 dab3591588 c0225aa573 46b32c9d7b 9015952c9c (note: Your `3.3.1` actually looks like `3.3.6` when checked here)

Thanks for the explanation. I had assumed the .blend would still match the splash screen. Was super useful but I'll get by ;) Cheers!

Thanks for the explanation. I had assumed the .blend would still match the splash screen. Was super useful but I'll get by ;) Cheers!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#101611
No description provided.