set_origin
Reposition an object's origin point to geometry center, 3D cursor, center of mass, or center of volume for precise 3D transformations in Blender.
Instructions
Set the origin point of an object.
Args: name: Name of the object. type: Origin type. One of: GEOMETRY (origin to geometry center), CURSOR (origin to 3D cursor), CENTER_OF_MASS (origin to center of mass), CENTER_OF_VOLUME (origin to center of volume). Defaults to GEOMETRY.
Returns: Confirmation dict with new origin location.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | No | GEOMETRY |