Blender Git Commit Log
Git Commits -> Revision 6dceafb
Revision 6dceafb by Bastien Montagne (master) May 15, 2019, 14:26 (GMT) |
Fix T63748: Long startups after network drives are disconnected. We need to make those paths validation async, since some infamous OS is unable to provide a quick way to check whether a path is valid or not... Not much to say here, this is basic wmJob stuff really... We don?t even need complex threaded coordination locks or atomics, given how simple the changes are here. Fake-tested with some `sleep()` calls to add atificial delay, seems to work as expected. |
Commit Details:
Full Hash: 6dceafbde392ce0b2c2086d0906acf638d9902b2
Parent Commit: e39737f
Lines Changed: +155, -26