set_vertices
Modify vertex positions on a Blender object by specifying vertex indices and their new x, y, z coordinates.
Instructions
Set vertex positions. Each entry: {index: int, co: [x, y, z]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| vertices | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||