feature suggestion: parallel support
myyan92 opened this issue · 3 comments
myyan92 commented
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 commented
In the render_povstring()
function in io.py
, there is an argument called tempfile
, so you can set it yourself for parallel support
JBlaschke commented
tabenius commented
Would be especially nice to get to work with MoviePy, rendering several frames at a time with different 't'. Anyone know how?