Blender 4.x - Remove STL I/O Addon #104634
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
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
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104634
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Blender 4.0 being a major release, it is a good opportunity to remove the old STL I/O add-on, since there is now a compiled implementation for this format in Blender.STL C++ IO is still incomplete, even if it gets finished for 4.0 there should be a few releases of overlap before the add-on is removed.
C++ STL exporter was added to 4.1. At some point it would be good to mark the python one as legacy, remove experimental label from C++ one, and then after a bit more time to remove the python one. Not sure which Blender release that would be for though.
Blender 4.0 - Remove STL I/O Addonto Blender 4.2 - Remove STL I/O Addon@aras_p If the current C++ export code is considered as production-ready and on feature-parity with the add-on, think we can mark the add-on as deprecated for 4.1 already. And likely remove it after the next LTS is released (i.e. after 4.2)?
@mont29 yes, this in fact has already happened after I wrote that comment. In 4.1, STL C++ I/O had experimental label removed, and Python addon got legacy label added.
Blender 4.2 - Remove STL I/O Addonto Blender 4.x - Remove STL I/O Addon