Houdini 20.0 hapi

hapi.setVolumeInfo function

Set the volume info of a geo on a geo input.

Usage

setVolumeInfo(session: hapi.Session, node_id: int, part_id: int, volume_info: hapi.VolumeInfo) → bool

Set the volume info of a geo on a geo input.

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.

volume_info

All volume information that can be specified per volume. This includes the position, orientation, scale, data format, tuple size, and taper. The tile size is always 8×8×8.

hapi