Bug in the code #9
-
This for loop: https://github.com/cv-rits/rain-rendering/blob/6365f2077764320f0a1bd5244eda2a5489225230/main_threaded.py#L114, should be changed to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello Theo. If I recall correctly, Best |
Beta Was this translation helpful? Give feedback.
Hello Theo.
True
args.frame_start
was missing, it's quite unlikely to cause issue but I fixed it.If I recall correctly,
https://github.com/cv-rits/rain-rendering/blob/9e994b0cd7e5e210189821345f6655b21c79ca48/main_threaded.py#L118
is for the case where multiple scenes should be rendered to split them in different threads. Bare in mind this file is snippet - not optimized - to automatize rendering on multiple sequences.
Best