Houdini 20.0 hapi

hapi.getVolumeVisualInfo function

Retrieve the visualization meta-data of the volume.

Usage

getVolumeVisualInfo(session: hapi.Session, node_id: int, part_id: int) → hapi.VolumeVisualInfo

Retrieve the visualization meta-data of the volume.

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 visual_info as a hapi.VolumeVisualInfo.

hapi