Antti1999
2022年11月24日 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
2022年11月26日 08:26:01
So I was flattening out the stage when I was exporting via USD ROP, that was the culprit.
AhmedHindy
2023年3月3日 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
2023年4月11日 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
2024年12月20日 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