Houdini 20.0 hapi

hapi.setNodeDisplay function

Set the specified node’s display flag.

Usage

setNodeDisplay(session: hapi.Session, node_id: int, onOff: int) → bool

Set the specified node’s display flag.

session

The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.

node_id

The node id.

onOff

Display flag.

hapi