Jump to content

Trigger TOP network cook from HDA


Recommended Posts

Three ways to do that:

1. You can add TOP cook controls to any node https://www.sidefx.com/docs/houdini/tops/cooking.html#addingcookcontrols

2. Promoting the cook button on your TOP Network to the top level of your HDA

3. Or if you want to cook a specific node inside of the TOP Network, a small Python snippet like this as callback for a button

n = hou.node('/path/to/topnode')
n.executeGraph(False,False,False,False)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...