darktable.util

darktable utility functions

🔗darktable.util.message

function(
  sender : string,
  receiver : string,
  message : string
)

Sends a message from sender to receiver using the inter-script-communication event.

  • sender - string - The module that is sending the message.
  • receiver - string - The module that the message is intended for or broadcast to send to all modules.
  • message - string - The message for the receiver.