Houdini 20.0 hapi

hapi.getHIPFileNodeIds function

Fills an array of HAPI_NodeId of nodes that were created as a

Usage

getHIPFileNodeIds(session: hapi.Session, id: int, length: int) → int

Fills an array of HAPI_NodeId of nodes that were created as a result of loading the HIP file specified by the HAPI_HIPFileId

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.

id

The HIP file id.

length

The number of HAPI_NodeId to be stored. This should be at least 0 and at most the count provided by hapi.getHIPFileNodeCount

Returns node_ids as a int.

hapi