Blender Git Loki
Git Commits -> Revision 2081b95
Revision 2081b95 by Michael Kowalski (temp-usd-importer-T81257-merge, usd, usd-importer-T81257-merge) February 17, 2021, 16:24 (GMT) |
USD Importer: dependency graph update crash. Fixed occasional random crash due to simultaneous update to the dependency graph from multiple threads. A typical collision might happen when the USD import job thread is creating a material while the window manager in the main thread is processing event notifiers. The current fix is to remove the ND_FRAME flag from the call to WM_jobs_timer(), which prevents ED_update_for_newframe() from being called from wm_event_do_notifiers(). |
Commit Details:
Full Hash: 2081b95347ea325c6b566986bf054a8b15764f13
Parent Commit: dff24cf
Lines Changed: +1, -1
1 Modified Path:
/source/blender/io/usd/intern/usd_capi.cc (+1, -1) (Diff)