AWS Thinkbox Discussion Forums

Houdini Wedge ROP do not working

Hi.
I tyied to submit wedgeROP by deadlineROP.
But the job repeatedly rendered wedgeROP for [Frames Per Task] (deadlineROP).

How do I fix this issue?

deadline version is
10.0.18.1

Hello 1111,

Sorry for the slow reply on this, it looks like this was a bug in our render plugin based off how we were telling wedge nodes what frames to render. If you could update your hrender_dl.py ( located in “repo”/plugins/houdini) with hrender_dl.zip (4.2 KB), making sure to create a backup. Then it should fix this issue for you.

Sorry for any inconvenience this has caused.

Grant

1 Like

Hello grand.bartel,
Thank you for your reply.
I tryed your new script.
It works well !!
Thank you so much!!

Sorry, If you do not feel annoying,
Coul’d you tell me Where the code is wrong?
I think Because frameTuple() is none?

Hello 111,

The issue with the previous code was that we were passing the frames in to the render call of the wedge node. So frameTuple was ( start,end,step ), for some reason Wedge nodes interpret this as render the output driver ( for all frames it is set up for ) once per frame in the range.

What this meant in our case was that if a task was frames 1-5 it would render frames 1-5 5 times each. We fixed this by not passing a frame range into the render call ( setting frameTuple to an empty set ).

Grant

1 Like

Hello grand.bartel,

Thanks for your answer.
I learned a lot.

thanks great support.

Privacy | Site terms | Cookie preferences