Skip to content

Introduction

This function will send output text to AnyWave. Typically, the messages will appear in the debug log window connected to the plugin.
NOTE: use print() in your Python code, will also display to the plugin log window.

Usage

import sys, anywave
anywave.init(sys.argv)

anywave.send_message'(Hello AnyWave')
print('Hello Again')  # will do the same