Submitting several frame ranges at once to render?

   5146   12   4
User Avatar
Member
403 posts
Joined: June 2015
Offline
How do i submit chunks of frame ranges at once in HOudini please? The way to do it in 3ds max is “0-25, 50-100, 150-175” and that does the trick. Not sure what the synthax is in Houdini.

Cheers,

A.
User Avatar
Member
69 posts
Joined: Nov. 2016
Offline
As a Max user, I do miss this feature when trying to re-render specific bad frames from Houdini.

Take a look at this thread over at Odforce: http://forums.odforce.net/topic/16331-render-unconnected-frames-at-once/ [forums.odforce.net]

I ended up duplicating the Mantra nodes and set the frame range manually.
User Avatar
Member
403 posts
Joined: June 2015
Offline
Thanks, I saw that post too, and frankly i'm a bit reluctant to use that method with Redshift nodes, and was hoping that 6 years later (*!!!!*) a simpler “string” solution was implemented into Houdini.
Cheers,

A.
User Avatar
Member
126 posts
Joined: Oct. 2015
Offline
Same question over here! (Using Mantra and Hqueue to render with network resources)

I just ended up saving multiple hip files for each range and submitting that way. Bit of a pain, especially as a fellow Max user!

Did you have any luck with any other method?
User Avatar
Member
2034 posts
Joined: Sept. 2015
Offline
Interesting…I was researching today how to do something different, but it relates to this thread.

In your hip file out context you could have multiple copies of the same mantra node…with different frame ranges.

Then just run the renders in the command line:

render mantranode_1
render mantranode_2
render mantranode_3


etc.

but even more simpler, just research a bit of python on how to enter strings into a paramter ( in this case frame range of the mantranode )

render mantranode_1
python // whatever the python code is here for specific range
render mantranode_1
python // whatever the python code is here for specific range
render mantranode_1
python // whatever the python code is here for specific range

The above isn't technically correct ‘code’, but it gives you the idea.

Varomix in his tut goes into more detail, prettry sure you can get it done following his tut, and a bit of python research.

https://www.youtube.com/watch?v=28mnARbQbLg [www.youtube.com]
User Avatar
Member
375 posts
Joined: May 2014
Offline
Cool but it would be nice to have this option in a simpler way. Is a feature request logged about that?
Houdini gamboler
User Avatar
Member
1 posts
Joined: Jan. 2017
Offline
I know this is a very old thread, but in case someone runs into this issue again, duplicate your render rop nodes, connect them all to a merge, and the merge to a batch render node. Make sure to use "render frame range only (strict)" in the range settings. Happy renderings !
User Avatar
Member
129 posts
Joined: Oct. 2020
Offline
peeeeeef
I know this is a very old thread, but in case someone runs into this issue again, duplicate your render rop nodes, connect them all to a merge, and the merge to a batch render node. Make sure to use "render frame range only (strict)" in the range settings. Happy renderings !

I don't understand it quite well, why duplicate?
shouldn't we just merge them all and add a batch render and choose "strict"?
https://www.youtube.com/channel/UC4NQi8wpYUbR9wLolfHrZVA [www.youtube.com]
User Avatar
Member
406 posts
Joined: March 2014
Offline
I just tried this setup with 3 Redshift ROPs set to different "strict" frames, but I can't get it to render all the input ROPs. The batch only renders the frame of last ROP in the "merge", no matter what setting I use .

Did anyone get this working ?
User Avatar
Member
166 posts
Joined: March 2014
Offline
toonafish
I just tried this setup with 3 Redshift ROPs set to different "strict" frames, but I can't get it to render all the input ROPs. The batch only renders the frame of last ROP in the "merge", no matter what setting I use .

Did anyone get this working ?
You need to disable <Non-Blocking Current Frame Rendering> on the Redshift nodes for it to work.
User Avatar
Member
166 posts
Joined: March 2014
Offline
Also, I'm not sure what the batch node is for. I always just plug all nodes into a merge and render the merge.
User Avatar
Member
406 posts
Joined: March 2014
Offline
Brilliant, thanks !!

This works flawless after disabling "non blocking current frame".

You're right, just the merge node seems to be needed.
User Avatar
Member
129 posts
Joined: Oct. 2020
Offline
I managed to make it work with "batch" node, just insert it after every rop node lol and forget it.
https://www.youtube.com/channel/UC4NQi8wpYUbR9wLolfHrZVA [www.youtube.com]
  • Quick Links