Blender Git Loki
Git Commits -> Revision 54e2393
August 16, 2021, 04:19 (GMT) |
Fix T89046: Startup file with Python drivers crashes on load Resolve order of initialization error reading startup file, support postponing running wm_file_read_post until Blender has been initialized. Deferring updates allows duplicate initialization to be removed from WM_init. Reviewed By: mont29 Ref D12184 |
Commit Details:
Full Hash: 54e2393246d3dedae2fb33fc5558213cfc6b508c
Parent Commit: 3e2ca23
Committed By: YimingWu
Lines Changed: +88, -49