Blender Git Commit Log
Git Commits -> Revision b28da9d
Revision b28da9d by Bastien Montagne (master) November 6, 2017, 14:16 (GMT) |
Fix T53250: Crash when linking/appending a scene to a blend when another linked scene in this blend is currently open/active. Inner DAG code would not check against NULL pointer, and in case of an active linked scene, scene pointer will be NULL here, so we have to check it ourself. ;) |
Commit Details:
Full Hash: b28da9dbf81581454ecda8197f4b23574e495729
Parent Commit: 8a72be7
Lines Changed: +3, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_files_link.c (+3, -1) (Diff)