Jump to content

hython command to execute a TOP Network?


johnLIC

Recommended Posts

Does anyone know the hython command to run a TOP Network node?  

 

>>> hou.node("/obj/topnet__wedges").cook()

 

I tried the line above in a Houdini Python shell.  It did not error, but it did not do anything.  

Link to comment
Share on other sites

  • 2 months later...

Is there a button on the node to execute the operation?
You might need something like pressButton()

For example, if I was executing a ROP to press the 'Render to Disk' button:
hou.parm('/out/mantra/execute').pressButton()

 

I don't have Hou 17 in front of me to test

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...