Modifiers | Data
Modifier | Explanation | Input |
---|---|---|
Filter tag | Filters out all the objects tagged with the chosen tag(s). |
|
Tag | Marks an object with a custom tag. |
|
Basic logic (booleans) | A logic gate (And, Or, Xor) between two boolean values (true or false) that outputs another boolean as the result. |
|
Basic logic | Uses a logic comparison (equals, is bigger than..., smaller than... etc.) between two values and outputs a boolean (true or false) to represent whether the statement is true or false. |
|
Basic math | Applies basic calculations (+, -, x, /) between two values. |
|
String query | Depending on what query you’ve set, checks if the target string (Text) equals, contains, starts with or ends with a certain string of characters (Other) and returns the corresponding boolean value. |
|
String template | Builds a text string (URL, filename, …) from a template This modifier takes a template as input. This template is a combination of fixed blocks of text (including numbers and punctuation marks) and placeholders that later will be defined by inputs. Placeholders can be added by adding a number in square brackets, starting with [1] and going up. The string template modifier replaces all placeholders by their string inputs. Note: save and refresh after you set up the template to make the input dots appear on the node. |
|
Text variable | The text variable allows you to reuse the same text value across the graph. When changing this value, the graph will follow. Just enter the wanted text in the node and connect to all the text inputs that need it. |
|
Numeric variable | The numeric variable allows you to reuse the same numeric value across the graph. When changing this value, the graph will follow. Just enter a numeric value in the node and connect to all the numeric inputs that nee it. |
|
Resource fetcher | Fetches the resource from the chosen URL and outputs it. |
|