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
.