Skip to content

Instantly share code, notes, and snippets.

@kickbase
Created June 11, 2022 07:16
Show Gist options
  • Save kickbase/e4eb5716d83e552ce6e26d1fcf60382e to your computer and use it in GitHub Desktop.
Save kickbase/e4eb5716d83e552ce6e26d1fcf60382e to your computer and use it in GitHub Desktop.
[Houdini] [Python] Press UI button from PythonSOP
node = hou.pwd()
output = node.outputs()[0]
output.parm("computerange").pressButton()
@kickbase
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment