Blender Git Commit Log
Git Commits -> Revision 06df30a
Revision 06df30a by Bastien Montagne (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) December 30, 2017, 16:51 (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: 06df30a415db618ab673237e431b00b1f102cb77
Parent Commit: 5f2307d
Lines Changed: +3, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_files_link.c (+3, -1) (Diff)