Houdini 20.0 hapi

hapi.getWorkItemOutputFiles function

Gets the info for work item output files.

Usage

getWorkItemOutputFiles(session: hapi.Session, node_id: int, work_item_id: int, resultinfo_count: int) → list of hapi.PDG_WorkItemOutputFile

Gets the info for work item output files. The number of work item 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.

work_item_id

The id of the work item

resultinfo_count

The length of resultinfo_array

Returns resultinfo_array as a list of hapi.PDG_WorkItemOutputFile.

hapi