Page 1 of 1
batch rendering animations in standalone from modo
Posted: Tue Dec 28, 2021 6:38 am
by jwfvr
hi - this subject has come up in the Modo slack forum and in the scripting area here - I am trying to understand how to batch render in standalone - if I have 3 separate animations, each its own file, can I save them as orbx and them import all of them into standalone and have them render one after the other? the batch rendering window indicates you can select multiple render targets but I am not seeing how to import multiple orbx files?
Re: batch rendering animations in standalone from modo
Posted: Tue Dec 28, 2021 12:14 pm
by funk
The easiest way is to just drag your orbx files into the nodegraph editor area.
(you can also right click > import, each orbx)
Each one will load into it's own nodegraph
Re: batch rendering animations in standalone from modo
Posted: Tue Dec 28, 2021 12:32 pm
by funk
One thing that I noticed with the method above, is that each animation ends up rendering the same number of frames. This is fine if all your animations have the same number of frames.
If not, we can fix this using "batch render job" nodes for each imported orbx, which has it's own settings.
You connect your render target to them (if it's in a nodegraph, ctrl + click drag the output pin, to create an output link, or add one by right click > output > render target out)
Then you can plug all the batch render node jobs into a render job node group.
Finally, right click the render job group > start render job
I have attached a sample OCS, which loads 3 orbx scenes.
Re: batch rendering animations in standalone from modo
Posted: Wed Dec 29, 2021 1:15 am
by jwfvr
this is exactly what I was looking for, thank you!
Re: batch rendering animations in standalone from modo
Posted: Wed Dec 29, 2021 1:40 am
by face_off
I believe you can also render the animation from Standalone by specifying the ORBX file on the command line (multiple of which can be specified in a .bat file). That is the approached that is described in the Scripting topic in this forum (however I haven't had a chance to try it myself).
Paul
Re: batch rendering animations in standalone from modo
Posted: Thu Jan 06, 2022 11:08 am
by spigolo
funk wrote:One thing that I noticed with the method above, is that each animation ends up rendering the same number of frames. This is fine if all your animations have the same number of frames.
If not, we can fix this using "batch render job" nodes for each imported orbx, which has it's own settings.
You connect your render target to them (if it's in a nodegraph, ctrl + click drag the output pin, to create an output link, or add one by right click > output > render target out)
Then you can plug all the batch render node jobs into a render job node group.
Finally, right click the render job group > start render job
I have attached a sample OCS, which loads 3 orbx scenes.
batch_render_jobs.PNG
Many thanks!
This saved me a lot of times...
Octane is so bad documented...