Houdini 20.0 hapi

hapi.getNextVolumeTile function

Iterate through a volume based on 8×8×8 sections of the volume

Usage

getNextVolumeTile(session: hapi.Session, node_id: int, part_id: int) → hapi.VolumeTileInfo

Iterate through a volume based on 8×8×8 sections of the volume Continue iterating through the value of the volume at part_id.

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.

part_id

The part id.

Returns tile as a hapi.VolumeTileInfo.

hapi