layout_align
Distribute ordered TouchDesigner nodes along a horizontal or vertical axis by setting the starting position and center spacing.
Instructions
Distribute nodes along a horizontal or vertical axis.
paths (list[str]): Ordered operator paths.
axis (str | None): 'horizontal' (default) or 'vertical'.
start_x (float | None): X of the first node.
start_y (float | None): Y of the first node.
spacing (float | None): Gap between centres (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | ||
| paths | Yes | ||
| spacing | No | ||
| start_x | No | ||
| start_y | No |