translate_object
Move a Blender object by specifying x, y, z coordinates. Use relative mode to add to current position or absolute mode to set a new location.
Instructions
Move an object. If relative=True (default), adds to current position. If relative=False, sets absolute position. Units are Blender units (meters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| z | No | ||
| name | Yes | ||
| relative | No |