Houdini 20.0 hapi

hapi.getObjectInfo function

Get the object info on an OBJ node.

Usage

getObjectInfo(session: hapi.Session, node_id: int) → hapi.ObjectInfo

Get the object info on an OBJ node.

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.

Returns object_info as a hapi.ObjectInfo.

hapi