Hello world customizable example

../../../../_images/example.svg

Node demonstrating the basics of node creation.

Documentation

This example prints a customizable greeting. Default greeting is “Hello world!”.

See Node writing for more information about writing nodes. Specifically see Adding a configuration GUI for an introduction to node parameters.

Definition

Configuration

Greeting: (greeting)

Your preferred greeting.

Implementation

class node_examples.HelloWorldCustomizable[source]