node_set_flags
Set display, render, or bypass flags on a TouchDesigner node by path to control its visibility and processing in real time.
Instructions
Set display / render / bypass flags on a node.
path (<class 'str'>): Full path of the operator.
display (bool | None): Set display flag.
render (bool | None): Set render flag.
bypass (bool | None): Set bypass flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| bypass | No | ||
| render | No | ||
| display | No |