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

5 Modified Paths:

/source/blender/editors/space_file/file_ops.c (+4, -1) (Diff)
/source/blender/editors/space_file/fsmenu.c (+144, -17) (Diff)
/source/blender/editors/space_file/fsmenu.h (+1, -1) (Diff)
/source/blender/editors/space_file/space_file.c (+5, -7) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021