You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
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.
The text was updated successfully, but these errors were encountered: