Incorrect blender version #88669

Closed
opened 2021-05-29 15:54:34 +02:00 by Reston Stanton · 10 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59

Blender Version
Broken: version: 2.93.0 Beta, branch: master, commit date: 2021-05-28 16:16, hash: c369382977
Worked: (newest version of Blender that worked as expected)

Short description of error
When running bpy.data.version from the python console it returns (2, 93, 18) instead of (2, 93, 0).
With Blender 2.93 being an LTS release, it is important that this value is correct.

Exact steps for others to reproduce the error
In the python console editor type D.version

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59 **Blender Version** Broken: version: 2.93.0 Beta, branch: master, commit date: 2021-05-28 16:16, hash: `c369382977` Worked: (newest version of Blender that worked as expected) **Short description of error** When running bpy.data.version from the python console it returns (2, 93, 18) instead of (2, 93, 0). With Blender 2.93 being an LTS release, it is important that this value is correct. **Exact steps for others to reproduce the error** In the python console editor type D.version
Author

Added subscriber: @RestonStanton

Added subscriber: @RestonStanton

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

I think you may be confusing the Blender application version and the blend-file version. The former is bpy.app.version and the latter bpy.data.version. The subversion number is for ensuring compatibility and proper handling when the blend-file is loaded. Does that answer your question or did I misunderstand your report?

For more information see:

I think you may be confusing the Blender application version and the blend-file version. The former is `bpy.app.version` and the latter `bpy.data.version`. The subversion number is for ensuring compatibility and proper handling when the blend-file is loaded. Does that answer your question or did I misunderstand your report? For more information see: - https://docs.blender.org/api/current/bpy.app.html?highlight=version#bpy.app.version - https://docs.blender.org/api/current/bpy.types.BlendData.html?highlight=version#bpy.types.BlendData.version - https://wiki.blender.org/wiki/Reference/Release_Notes/2.83/Python_API - #76058 - #78090 - #77489
Author

That makes sense, thank you. I do think that the API reference could explain that, but I definitely was confused.

That makes sense, thank you. I do think that the API reference could explain that, but I definitely was confused.

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'

Added subscriber: @Blendify

Added subscriber: @Blendify

I'm closing the task as this is not a bug in Blender.

@Blendify the subversion is more for the internal use in Blender rather than scripts, but this might be worth documenting?

I'm closing the task as this is not a bug in Blender. @Blendify the subversion is more for the internal use in Blender rather than scripts, but this might be worth documenting?

This issue was referenced by 7b5796dcaa

This issue was referenced by 7b5796dcaa95ebb83973539a2400654165375e1d
Member

Changed status from 'Archived' to: 'Resolved'

Changed status from 'Archived' to: 'Resolved'
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
4 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#88669
No description provided.