Blender 2.71 (rc2) crashes when a UV sphere is added #40770

Closed
opened 2014-06-23 12:27:22 +02:00 by Hiram · 13 comments

System Information
Mac OS X 10.10 (beta) / AMD Radeon HD 6750M 512 MB

Blender Version
Broken: 2.71 (release candidate 2)
Worked: -

Short description of error
Blender 2.71 (rc2) crashes when a UV Sphere is added to a existent project in Edit Mode.

Exact steps for others to reproduce the error
Using the attached file, select the figure (stickman), go to Edit Mode and add a UV Sphere. After executing these steps, Blender stops responding and it's necessary to force quit and reopen.

It seems that's something to do with the modifiers (in the attached file, I'm using Mirror, Skin and Sub-surf). One or more of them are causing the crash when the UV Sphere is added. If I create a new project with no modifiers, I'm able to add UV Sphere.

**System Information** Mac OS X 10.10 (beta) / AMD Radeon HD 6750M 512 MB **Blender Version** Broken: 2.71 (release candidate 2) Worked: - **Short description of error** Blender 2.71 (rc2) crashes when a UV Sphere is added to a existent project in Edit Mode. **Exact steps for others to reproduce the error** Using the attached file, select the figure (stickman), go to Edit Mode and add a UV Sphere. After executing these steps, Blender stops responding and it's necessary to force quit and reopen. It seems that's something to do with the modifiers (in the attached file, I'm using Mirror, Skin and Sub-surf). One or more of them are causing the crash when the UV Sphere is added. If I create a new project with no modifiers, I'm able to add UV Sphere.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @hiram-4

Added subscriber: @hiram-4

Added subscriber: @mont29

Added subscriber: @mont29

Cannot confirm that with default cube, and you did not attach your file…

Cannot confirm that with default cube, and you did not attach your file…

Added subscriber: @lamoot

Added subscriber: @lamoot

I tested this here and can confirm it with RC2 as well as official 2.70. The freeze happens only with the skin modifier. Mirror and subsurf work without problems. There are a multiple ways to reproduce the bug.

  • Have an object with skin modifier and create a UV sphere in edit mode.
  • Have a UV sphere and give it a skin modifier.

There is one thing I also noticed with the skin modifier. If it's applied to a default plane, you get a result 1. Then in edit mode, create a new plane and you get a result 2, the new plane is weird, it doesn't have the modifier's effect. Select the new plane and do "mark root" from the skin modifier panel and you get a proper result as shown in 3.

skin_modifier_bug.png

In addition, It's not only the UV sphere, I get a slow-down with an ico sphere, cylinder, monkey head as well. It's slow to create the new mesh in edit mode and also slow when editing (even after "mark as root").

System Information
Windows 7, 64bit, mobility radeon 5650.

Blender Version
Blender 2.71 RC2 win64
Blender 2.70 official release, win64

I tested this here and can confirm it with RC2 as well as official 2.70. The freeze happens only with the skin modifier. Mirror and subsurf work without problems. There are a multiple ways to reproduce the bug. - Have an object with skin modifier and create a UV sphere in edit mode. - Have a UV sphere and give it a skin modifier. There is one thing I also noticed with the skin modifier. If it's applied to a default plane, you get a result **1**. Then in edit mode, create a new plane and you get a result **2**, the new plane is weird, it doesn't have the modifier's effect. Select the new plane and do "mark root" from the skin modifier panel and you get a proper result as shown in **3**. ![skin_modifier_bug.png](https://archive.blender.org/developer/F95351/skin_modifier_bug.png) In addition, It's not only the UV sphere, I get a slow-down with an ico sphere, cylinder, monkey head as well. It's slow to create the new mesh in edit mode and also slow when editing (even after "mark as root"). **System Information** Windows 7, 64bit, mobility radeon 5650. **Blender Version** Blender 2.71 RC2 win64 Blender 2.70 official release, win64

Can’t get it crashing here, but yes, with a Skin modifier it’s damn slow. Not really sure there is a bug here, though…

Assigning to Campbell, that’s his area of code! :)

Can’t get it crashing here, but yes, with a Skin modifier it’s damn slow. Not really sure there is a bug here, though… Assigning to Campbell, that’s his area of code! :)
Campbell Barton was assigned by Bastien Montagne 2014-06-23 15:45:45 +02:00

I noticed that the more complex the base mesh with a skin modifier, the longer it takes. My guess is when the mesh is complex enough, Blender takes so long and is unresposive, it looks like it froze. It didn't actually ever crash here.

I noticed that the more complex the base mesh with a skin modifier, the longer it takes. My guess is when the mesh is complex enough, Blender takes so long and is unresposive, it looks like it froze. It didn't actually ever crash here.

This is indeed performance issue, committed improvement 92733179ae

However this modifier just performs terribly when adding solid geometry.

@mont29, This modifier uses bmesh-operators really inefficiently, I think it needs to be re-written (or have a large refactor) to resolve this problem.

This is indeed performance issue, committed improvement 92733179ae However this modifier just performs terribly when adding solid geometry. @mont29, This modifier uses bmesh-operators really inefficiently, I think it needs to be re-written (or have a large refactor) to resolve this problem.
Author

Thanks for checking on this, guys!

I didn't express myself correctly: indeed it seems to freeze, it doesn't crash. As the operating system was indicating the process as "not responding", I assumed the operation would never be completed.

I think a workaround would be to add a "progress bar" somewhere while this feature waits to be optimized/rewritten. I was able to workaround the issue by applying the skin modifier before adding the UV sphere. In this case I was making a stickman where the edges needed the skin modifier and the UV sphere should be the head. Anyway, I don't know if it makes sense applying the Skin Modifier to a UV sphere. It was accidental.

Let me know if I can share anything else. I'd be pleased to help.

Att.
Hiram

Thanks for checking on this, guys! I didn't express myself correctly: indeed it seems to freeze, it doesn't crash. As the operating system was indicating the process as "not responding", I assumed the operation would never be completed. I think a workaround would be to add a "progress bar" somewhere while this feature waits to be optimized/rewritten. I was able to workaround the issue by applying the skin modifier before adding the UV sphere. In this case I was making a stickman where the edges needed the skin modifier and the UV sphere should be the head. Anyway, I don't know if it makes sense applying the Skin Modifier to a UV sphere. It was accidental. Let me know if I can share anything else. I'd be pleased to help. Att. Hiram
Set as TODO: http://wiki.blender.org/index.php/Dev:2.5/Source/Development/Todo/Tools#Skin_Modifier
Campbell Barton removed their assignment 2016-08-11 06:35:55 +02:00

Removed subscriber: @ideasman42

Removed subscriber: @ideasman42
Member

Since this is only about performance (and not a crash), will close due to the following policy:

Thanks for the report. While we do continue to work on improving performance in general, potential performance improvements are not handled as bug reports.

Since this is only about performance (and not a crash), will close due to the following policy: `Thanks for the report. While we do continue to work on improving performance in general, potential performance improvements are not handled as bug reports.`
Blender Bot added
Status
Archived
and removed
Status
Confirmed
labels 2024-03-08 14:10:21 +01:00
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
5 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#40770
No description provided.