uniNodeBySessionId(session_id)
→ hou.UniNode or None
Returns an UNI node given its ID in the current Houdini session. See hou.UniNode.sessionId for more information.
>>> uni_node = hou.uniNodeBySessionId(1) >>> uni_node.sessionId() 1
| See also |