Bsurfaces addon crashes Blender if Undo used following creation of single line surface, when separate Collection previously interacted with #103077
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#103077
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?
System Information
Operating system: Windows 10 Pro (also tested under 8.1 Pro)
Graphics card: RTX 3080
Blender Version
Broken: 3.4.0
Short description of error
Blender reliably crashes when the scenario described in the steps below occur. It seems to do with first having previously selected a different Collection group (or any item within it) than the target Bsurface object, which causes Bsurface to generate the surface within it, and secondly after having created at least one valid Bsurface surface subsequently drawing a single line and using 'Add Surface' then pressing Undo.
When both those things occur the crash consistently occurs.
Exact steps for others to reproduce the error
Open Blender Preferences>Add-ons. Filter for bs and enable Mesh: Bsurfaces GPL Edition.
Using the default startup scene right-click the Outliner and select New Collection.
Select the newly created Collection group.
Then select the default cube object.
Press N to bring up the Tools sidebar then in the Edit tab under Bsurfaces click Initialize. This will create a 'BSurfaceMesh' item within the previously selected Collection group.
Using the Annotate tool, which has been auto switched to, draw two parallel lines in the same stroke direction. (Note: the lines can be anything so long as they create a valid surface, FWIW.)
Under the Bsurface options click Add Surface.
Press Tab to exit Edit mode and have it auto switch to the Annotate tool. Or alternatively manually select the Annotate tool while in Edit mode.
Draw a single line using the Annotate tool then click Add Surface.
Press Undo (either hotkey or menu item).
Blender has crashed every time on both systems following the pressing of Undo.
Attached video of bug:
Video.webm
Added subscriber: @elan
Added subscriber: @OmarEmaraDev
Changed status from 'Needs Triage' to: 'Confirmed'
Seems similar to blender/blender#87223 and blender/blender#84647, so seems like an issue in the add-on itself .