johnLIC Posted June 21, 2019 Share Posted June 21, 2019 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. Quote Link to comment Share on other sites More sharing options...
Outlawed Posted September 11, 2019 Share Posted September 11, 2019 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.