Blender Git Loki
Git Commits -> Revision 9bda62c
Revision 9bda62c by Bastien Montagne (master) August 27, 2019, 17:44 (GMT) |
Fix T69176: Outliner->BlenderFile->Delete not working on some objects. Object not referenced in any scene would not be deletable with previous code... that was fine in 2.7x since it was not supposed to happen, but now we can just use the nuclear `BKE_id_delete` for objects as well, will take care of properly unlinking everything as needed. |
Commit Details:
Full Hash: 9bda62c136a5a2b799c43afefdf13c5f63e2e1e7
Parent Commit: 490f966
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tools.c (+1, -1) (Diff)