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

feature suggestion: parallel support #42

Open
myyan92 opened this issue Dec 19, 2017 · 3 comments
Open

feature suggestion: parallel support #42

myyan92 opened this issue Dec 19, 2017 · 3 comments

Comments

@myyan92
Copy link

myyan92 commented Dec 19, 2017

with 3-4 lines of modification in io.py we can enable parallel rendering with python's multiprocessing.Pool.

currently the povstring is written to temp.pov, just insert a randomly generated string would make it safe to multiprocessing.

@blackyang
Copy link

In the render_povstring() function in io.py, there is an argument called tempfile, so you can set it yourself for parallel support

@JBlaschke
Copy link

JBlaschke commented Apr 22, 2018

The tempfile kwarg is not available in the pip version of Vapory (see: #40). I.e. if you use pip to install vapory, this won't work. It would be nice if @Zulko would update the pip version....

@tabenius
Copy link

Would be especially nice to get to work with MoviePy, rendering several frames at a time with different 't'. Anyone know how?

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

4 participants