Houdini 20.0 hapi

hapi.getManagerNodeId function

Get the root node of a particular network type (ie. OBJ).

Usage

getManagerNodeId(session: hapi.Session, node_type: hapi.nodeType) → int

Get the root node of a particular network type (ie. OBJ).

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_type

The node network type.

Returns node_id as a int.

hapi