This repository has been archived on 2023-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-cloud-addon/blender_cloud
Sybren A. Stüvel ff9ae0117d Fixed race condition referring to self when operator may have stopped running
The `file_loading` function is called deferred by asyncio, and can thus
be called when the operator has already stopped loading. This is fixed by
not referring to `self` in that function, and taking the logger from the
outer scope.
2019-01-03 11:32:40 +01:00
..
2018-03-15 12:36:05 +01:00
2016-03-18 14:03:25 +01:00
2018-12-28 12:31:33 +01:00