translate_object
Move a Blender object relative to its current position by specifying a delta in [x, y, z]. Optionally move along the object's own axes for precise placement.
Instructions
Move an object by a delta (relative).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| local | No | Move along the object's own axes instead of world axes | |
| translation | Yes | [x, y, z] in Blender units |