Breaking changes for 4.0 #105523
Labels
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
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#105523
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview of all planned and ongoing breaking changes (feature removal and replacements, compatibility breakage...) for Blender 4.0.
Once these changes are commited and done, remove them from the list and document them in the wiki release notes instead.
Breeaking changes for 4.0to Breaking changes for 4.0Just a question/suggestion for an item. I had started a patch that converted all node UI and python references from "fac" to "factor" to be much more user-friendly. I was directed to shelve that patch until 4.0, and am certainly keen to make those changes at that time. Is it possible to reference archived patches or would a new issue/milestone need to be opened? Or would this get added to item #102607?
The "fac" rename is part of the already listed #96219.
There's almost 200 instances of
DNA_DEPRECATED
across many DNA types. Removing those deprecated fields would be really nice to do for 4.0. Will there be a task to detail what's required to safely do so wrt back-compat etc?@deadpin these are often needed to open old files on newer Blender versions (although undoubtedly some are unused and can be removed).
Somewhat related, I think it would be good to use a legacy suffix in the case they are not longer used.
@ideasman42 For highly impacted DNA types like
Object
, which has 164 bytes worth of deprecation (11% of its size) and for which there can be thousands in a file, would it make sense to do something like what was done for some of the Mesh types in recent months where the deprecated items are, I think, only available for blend file IO and theversioning_*
files?