Problem - cooktime vs. rendertime Ropfetch node

   2306   3   0
User Avatar
Member
3 posts
Joined: Aug. 2017
Offline
Hello dear community and sidefx,

I'm currently trying to shift my workflow to a pdg/top style when wedging and checking results.

Therefore i created a simple Sphere object with a mountain sop. The height and time aare wedged.

the topnet is working fine so far, but when it comes to rendering there is an issue with the cook times of the ropfetch.

i attached the hipfile so maybe someone can help m e debug it.

Win 10
houdini fx 17.5.258
Redshift 2.6.43



Attachments:
cook_times.JPG (143.0 KB)
cook_times2.JPG (71.9 KB)
cook times 3.JPG (178.8 KB)
debug_cooktimes.zip (280.8 KB)

User Avatar
Member
3 posts
Joined: Aug. 2017
Offline
After some help from support it turns out, its because I submit only 1 frame per batch and the overhead is causing the delay.

So choosing “all frames in one batch” or chossing a number like 10 frames per batch will render much more quickly.

But now i have the problem that the workitems are only completet for the first frame although the rop is rendering all of them.
Edited by mmracht - July 23, 2019 03:58:08

Attachments:
aldmnhefamgcfcbn.png (66.8 KB)

User Avatar
Staff
586 posts
Joined: May 2014
Offline
Are your ROP fetches pointing to ROP networks instead of actual ROPs? Batching requries that the target ROP has the pre/post frame callback hooks, since the batch sub items need to communicate back to PDG when they finish. If the ROP Fetch points to a ROP network (as opposed to a particular ROP), this won't work.
User Avatar
Member
3 posts
Joined: Aug. 2017
Offline
thanks a lot, everythings working now
  • Quick Links