Create Node
nodes.createCreate a new node in Maya by specifying its type and optionally setting its name, parent, and initial attributes.
Instructions
Create a new node in Maya with optional name, parent, and initial attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Desired node name (Maya may modify for uniqueness) | |
| parent | No | Parent node to parent under | |
| node_type | Yes | Type of node to create (e.g., 'transform', 'locator', 'joint') | |
| attributes | No | Initial attribute values to set after creation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| parent | Yes | ||
| node_type | Yes | ||
| attributes_set | Yes | ||
| attribute_errors | Yes |