snap_to_grid
Align 3D objects precisely to grid coordinates in Blender by snapping their positions to the nearest grid point for accurate modeling and animation.
Instructions
Snap an object's location to the nearest grid point.
Args: name: Name of the object. grid_size: Size of the grid cells. Defaults to 1.0.
Returns: Dict with the object name and snapped location.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| grid_size | No |