clone(cloneid)
Every hou.clone.Connection object has a unique identifier associated with it (see hou.clone.Connection.sessionId). This method returns the connection object that corresponds to the provided unique identifier.
cloneid
The unique identifier of the clone object that should be returned. If the provided identifier does not correspond to an existing hou.clone.Connection object, this method returns None
.