addConnectionChangeCallback(callback)
This method allows code to monitor clone connections for creation, removal, and changes of configuration or state. To monitor changes to incoming rendered images, the hou.clone.addImageChangeCallback() method must be used.
callback
The function that is invoked when a connection object changes. This method should accept a single cloneid
parameter, which is the unique identifier of the clone object that has changed. Because this callback can indicate the destruction of a clone object, be aware that calling hou.clone.clone() with this cloneid
value may return None
.