set_vertex_position
Move a mesh vertex to a specific world-space position by specifying object name, vertex index, and coordinates.
Instructions
Move a single vertex of a mesh object to a world-space position.
Parameters:
name: Mesh object name
vertex_index: Zero-based vertex index
x, y, z: Target world-space position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| vertex_index | Yes | ||
| x | Yes | ||
| y | Yes | ||
| z | Yes |