set_location
Set the XYZ position of an object in Blender by specifying its name and coordinates.
Instructions
Set the position of an object.
Args: name: Name of the object. location: XYZ position as a 3-element list/tuple.
Returns: Dict with the object name and new location.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| location | Yes |