td_flags
Read node flags to diagnose why a TouchDesigner network produces no output, distinguishing off from unavailable flags.
Instructions
Read the flags that decide whether a node runs and what is visible.
Run this when a network looks right and produces nothing. A bypassed operator, a COMP with its display or render flag off, and a COMP with cooking disabled are all invisible in a parameter dump and in td_network, and each of them makes a correct network output nothing — the kind of silent failure that costs an hour of re-reading parameters.
unavailable names the flags this operator genuinely does not have, so you
can tell "off" from "not a thing here". The clone master is a parameter
rather than a flag, so it is not listed; cloneImmune is the flag half.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |