Blender Git Loki
Git Commits -> Revision 8b10e1b
Revision 8b10e1b by Bastien Montagne (master) March 5, 2019, 13:09 (GMT) |
Fix T61780: Crash when trying to access screen areas through the outliner. ScreenArea->type is NULL-ified on read, and need to be initialized (usually by `ED_area_initialize()`), but RNA can also access it before it happens, so need to do it itself... |
Commit Details:
Full Hash: 8b10e1b45798b39fd63adef65f2eae0c7fbadbac
Parent Commit: 6e95d84
Lines Changed: +10, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_screen.c (+10, -0) (Diff)