Hi
I am not a Houdini user (there should be some good ones in this tavern),
but I have some notes to think about:
1)
I have used the distributed_flip example in your Houdini app folder to test PDG.
https://www.sidefx.com/docs/houdini/tops/examples.html
And it renders files with Mantra in the end.
But if the render takes a long time, I would recommend not to use PDG for rendering.
Just because it is a bit more error prone.
2)
Do you use TOP just to handle one task after another?
Would it be possible to replicate that with multiple ROPs (or other export nodes)?
Then you can use rrDependency.
3)
At last, there should be some TOP node that can execute a python script.
Place it at the end of your PGD graph.
Optional: Add a Local Scheduler and assign it to the last node only.
(And the other ones to Royal)
Use this script:
import htorr
rrnode = htorr.node('/out/mantra1')
print(rrnode.jobs())
TODO: Fix scene name as I if TOP is executed with a copied scene.
rrnode.jobs().submit(gui=True)
regards,
Holger Schönberger
Craftsman and Keeper of the Royal Render Flame
Please use the rrKnights Tavern
or our support system for new questions.
Hi
I hope it will be possible that you can read a Solaris/LOP network from Houdini if it is not valid.
I will try to reproduce the issue with missing input .usd.