A simple demonstration of using asyncio with blender operators using async def
/await
syntax - no advanced async or networking.
In Blender, example operators appear in the tab of the 3D viewport sidebar (Toggle with N
key)
For old version of asyncio api (2.92 or earlier) check the corresponding branch.
Async handling is taken from Blender Cloud Addon with insignificant changes