Houdini 20.0 hapi

hapi.getPartInfo function

Get a particular part info struct.

Usage

getPartInfo(session: hapi.Session, node_id: int, part_id: int) → hapi.PartInfo

Get a particular part info struct.

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.

part_id

The part id.

Returns part_info as a hapi.PartInfo.

hapi