node_create
Creates a TouchDesigner operator within a specified parent COMP, auto-positioned to the right of sibling operators. Accepts parent path and operator type, with optional name for the new node.
Instructions
Create an operator in a parent COMP (e.g. 'noiseCHOP'). Auto-placed to the right of siblings.
parentPath (<class 'str'>): Full path of the parent COMP.
type (<class 'str'>): Operator type string (e.g. 'noiseCHOP').
name (str | None): Desired name; TD assigns one if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | Yes | ||
| parentPath | Yes |