Houdini 20.0 hapi

hapi.getAttributeInfo function

Get the attribute info struct for the attribute specified by name.

Usage

getAttributeInfo(session: hapi.Session, node_id: int, part_id: int, name: str, owner: hapi.attributeOwner) → hapi.AttributeInfo

Get the attribute info struct for the attribute specified by name.

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.

name

Attribute name.

owner

Attribute owner.

Returns attr_info as a hapi.AttributeInfo.

hapi