Table of Contents

Connecting filters

When a graph is running, data is passed through connections between the input and output pins of the filters in the graph. These connections are symbolically represented by a connecting line between pins, such as in the example below where the output pin on the 'Perlin' filter is connected to the input pin on the 'SetRange' filter:

:plugins:calc:zeograph:userguide:pins:connect:connection.png
A connection between to filters' pins.

For a guide on how to connect pins, please refer to the connecting pins page.

Which pins to connect?

You do not need to connect all of a filter's input or output pins for it to run successfully. For example, most pins of type 'int', 'float' or 'string' have sensible default values, or their value may be edited manually. However, input pins of type 'hvar' – which are typically used to pass maps between filters – have no default value, and cannot be edited manually. These input pins must be connected to another filter's output pin to supply a valid input value.

A filter with no connections will be ignored when running the graph.

Disconnecting filters

To disconnect all the pins on a filter, you may:

The 'disconnect filter' toolbar button.