Graph Fetch / Connect Multiple Graphs together

   1542   1   1
User Avatar
Member
10 posts
Joined: Feb. 2016
Offline
Hi,

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?

Thanks,
User Avatar
Member
603 posts
Joined: Sept. 2016
Offline
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.
  • Quick Links