Maniphest T60666

Blender crash when remove data lights
Closed, Duplicate

Assigned To
None
Authored By
Cédric (Clarkx)
Jan 20 2019, 11:23 AM
Tags
  • BF Blender
Subscribers
Cédric (Clarkx)

Description

System Information
Win 10
I7-5820K
GTX1080 ti

Blender Version
Broken: 2.80, c59370bf643f, 2019-01-18

Worked: 2.79b release

Short description of error
Blender crash without warning after deleting a data lights when putting the cursor in the outliner.

Exact steps for others to reproduce the error
Select the default point light and in the python console type :
point = D.lights['Light']
D.lights.remove(point)

Put the cursor on the point light, the 3d screen will update (but not the outliner) and the light will disappear.
Put the cursor in the outline, blender crash without warning.

Related Objects

Mentioned Here
rBc59370bf643f: Merge branch 'blender2.7'

Event Timeline

Cédric (Clarkx) created this task.Jan 20 2019, 11:23 AM
Cédric (Clarkx) added a comment.Jan 20 2019, 11:44 AM

For information, this is working :
point = C.object
C.scene.collection.children['Collection'].objects.unlink(point)

Thanks.

Andy Sellers (andrewm90) lowered the priority of this task from 90 to 50.Jan 20 2019, 10:09 PM
Brecht Van Lommel (brecht) closed this task as a duplicate of T60350: Removed objects that are still in the outliner will crash Blender.Jan 24 2019, 8:10 AM