creator_create_node
Create a node of a specified type under a parent to add elements to an Inochi scene. Supports Node, Composite, MeshGroup, SimplePhysics, and Camera types.
Instructions
Create a node under a parent. Types match the Nodes panel Add menu: Node, Composite, MeshGroup, SimplePhysics, Camera. Parts must be created via creator_import_images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional node name | |
| type | Yes | Node type to create | |
| parent_uuid | No | Parent UUID; defaults to root |