Houdini 20.0 hapi

hapi.getWorkitemResultInfo function

Gets the info for workitem results.

Usage

getWorkitemResultInfo(session: hapi.Session, node_id: int, workitem_id: int, resultinfo_count: int) → list of hapi.PDG_WorkItemOutputFile

Gets the info for workitem results. The number of workitem results is found on the hapi.PDG_WorkItemInfo returned by hapi.getWorkitemInfo

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.

workitem_id

The id of the workitem

resultinfo_count

The length of resultinfo_array

Returns resultinfo_array as a list of hapi.PDG_WorkItemOutputFile.

hapi