Houdini 20.0 hapi

hapi.commitGeo function

Commit the current input geometry to the cook engine. Nodes

Usage

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

Commit the current input geometry to the cook engine. Nodes that use this geometry node will re-cook using the input geometry given through the geometry setter API calls.

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 SOP node id.

hapi