Maniphest T60350

Removed objects that are still in the outliner will crash Blender
Closed, Resolved

Assigned To
Bastien Montagne (mont29)
Authored By
Cody (bldebg)
Jan 9 2019, 3:59 PM
Tags
  • BF Blender
Subscribers
Bastien Montagne (mont29)
Cody (bldebg)
Cédric (Clarkx)

Description

System Information
Operating system: Windows 10 Home 64-bit
Graphics card: Intel HD Graphics 505

Blender Version
Broken: 2.80 Beta, 6d89337257b6, blender2.7, 2018-12-24
Worked: 2.79b release and earlier

Short description of error
After an object is removed using Python, the object is still shown in an outliner hierarchy, and moving the mouse cursor over the object in an outliner will crash Blender with an EXCEPTION_ACCESS_VIOLATION.

Exact steps for others to reproduce the error
Load this .blend file:

Run the script named remove_cube.py from the text editor.

Move your mouse cursor over the Cube in the outliner hierarchy, and Blender will crash due to an EXCEPTION_ACCESS_VIOLATION.

Revisions and Commits

rB Blender

Related Objects

Event Timeline

Cody (bldebg) created this task.Jan 9 2019, 3:59 PM
Jacques Lucke (JacquesLucke) lowered the priority of this task from 90 to 50.Jan 9 2019, 4:06 PM
Jacques Lucke (JacquesLucke) added a subscriber: Bastien Montagne (mont29).
Brecht Van Lommel (brecht) added a subscriber: Cédric (Clarkx).
Bastien Montagne (mont29) claimed this task.Jan 24 2019, 5:44 PM
Bastien Montagne (mont29) changed the task status from Unknown Status to Resolved by committing rB7a353a703770: Fix T60350: Removed objects that are still in the outliner will crash Blender..Jan 24 2019, 5:45 PM
Bastien Montagne (mont29) added a commit: rB7a353a703770: Fix T60350: Removed objects that are still in the outliner will crash Blender..