addImageChangeCallback(callback)
This method allows code to monitor clone connections for changes to the any clone’s rendered image. To monitor changes to the connection state, use hou.clone.addConnectionChangeCallback().
callback
The function that is invoked when a clone’s rendered image is updated. This method should accept a single cloneid
parameter, which is the unique identifier of the clone object whose image has changed.