td_create_operator
Creates a new TouchDesigner operator within a specified parent COMP, defining type, name, and position.
Instructions
在父 COMP 内创建新的 Operator。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| node_x | No | ||
| node_y | No | ||
| parent | Yes | 父 COMP 路径 | |
| op_type | Yes | TouchDesigner OP 类型,如 baseCOMP、constantCHOP、textDAT |