hou.ui

Notes

The following are experiments to explore the UI elements available through the Houdini Python hou.ui module.

Source

Snippets

image

Button selections return int values based on their order: 0, 1, etc.

Users can be prompted with a list of choices to select from.

image

Multiple options can also be submitted.

image