Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using as an addon #1

Open
lennart opened this issue Jul 7, 2016 · 2 comments
Open

using as an addon #1

lennart opened this issue Jul 7, 2016 · 2 comments

Comments

@lennart
Copy link

lennart commented Jul 7, 2016

I struggled getting asyncio to work not knowing about this bridge, mainly because I did not understand coroutines in python.

Is this bridge still necessary in blender 2.77? if so, I will try and add the asyncio_bridge.py as an addon and if needed add a pull request here. essentially this seems so general, it should eventually move into blender, no?

@akloster
Copy link
Owner

akloster commented Jul 7, 2016

Because of other interests I had to abandon this side-project of integrating asyncio into Blender, and Blender programming in general. I have tried to get others from the Blender community interested in this, but completely failed, to my knowledge.

Because Blender essentially has its own event loop implementation, you either have to use a hack to integrate asyncio, or somehow write a special implementation for Blender. It could be used for a whole lot of things and especially make network programming much easier. But it seems like there is zero interest in this...

@lennart
Copy link
Author

lennart commented Jul 7, 2016

ok, I'll just fork away if I need to, had the same impression about this, but read that integrating asyncio for external apps is on the roadmap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants