Is there an easy way to connect two graphs together in PDG similar to the TOP Fetch node in Houdini?
Would I have to basically replicate TOP Fetch (i.e. having a work item to cook the graph then fetching the result to regenerate the work items), or is there an easier way to join two graphs together in Python?
Hi Wayne, There's nothing built-in to PDG to do the remote graph fetch, what you've described sounds right. I imagine you could re-use the TopFetchInput PDG node if you need to feed work items to the fetched graph.