Advertisement

You're blocking ads, which pay for BlenderNation. Read about other ways to support us.

AsyncIO inside Blender

0

Andreas Klostermann demonstrates how to create threaded networking connectivity in Blender. My favorite feature: he's pulling BlenderNation headlines into Blender and shows them in 3D. I wouldn't mind having a fancy version of that as my startup .blend! %^) Anyone?

Andreas Klostermann writes:

Up to now, network programming in blender has been a nightmare and virtually absent. Python threading did not work reliably inside blender, and so any script running for extended periods of time would block the user interface. Any code running outside the main process would not have full or reliable access to the API.

The larger Python community solved this problem using asyncio. In fact, Guido van Rossum himself designed a standard event loop library for concurrency and asynchronous input/output. Codenamed Tulip, this library is already included in the standard library and current distributions of Blender.

For more details, please refer to the Github repository.

Leave A Reply

To add a profile picture to your message, register your email address with Gravatar.com. To protect your email address, create an account on BlenderNation and log in when posting a message.

Advertisement

×