Antti1999
Nov. 24, 2022 12:34:25
I made a simple scene with an animated camera then exported it with the USD ROP.
I use this command with hcmd.exe to render out 48 frames.
husk -f 1 -n 48 --renderer Redshift "C:\rs_test.usd"
It only renders one frame and then stops. Any ideas?
Antti1999
Nov. 26, 2022 08:26:01
So I was flattening out the stage when I was exporting via USD ROP, that was the culprit.
AhmedHindy
March 3, 2023 17:51:30
I have a similar problem with husk and Arnold stopping after few random frames while rendering a sequence inside the Houdini GUI, will try your method and report back
AhmedHindy
April 11, 2023 20:15:06
Actually I had to tick something on the render ROP called"render in a single process" or something similar for my animation to NOT stop.
Another solution I found was to render using command"sick" instead of "husk" if you are rendering in Arnold.
A provlem with "all in one process" is that my volumes are static (read as sequence from disk) while a car I have in scene (cached anim into single .usd file) is fine.
I will try clips with volumes.
subscriptions
Dec. 20, 2024 13:14:09
Old topic but I solved the issue by appending --restart-delegate 1 to the end of my render command.
husk -f 1 -n 100 file.usd --restart-delegate 1
T