Blender Git Loki
Git Commits -> Revision 68fdcf0
Revision 68fdcf0 by Dalai Felinto (master) December 4, 2017, 09:40 (GMT) |
Fix T53415: Outliner: Crash when deleting collections Updated collection_delete_exec() so we don't try to delete elements as we search the outliner tree anymore. Now we search the whole tree first for the selected nodes that need to be deleted and delete them afterward. Reviewers: dfelinto Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D2936 Differential Revision: https://developer.blender.org/D2940 |
Commit Details:
Full Hash: 68fdcf07a1795d1c0b4c121286e28a9f0a57f05e
Parent Commit: 7a8ac1b
Lines Changed: +19, -4
1 Modified Path:
/source/blender/editors/space_outliner/outliner_collections.c (+19, -4) (Diff)