---
title: Gizmos
order: 4
---

When a primitive or modifier with a fillet is active, Chisel overlays an arc-and-dot gizmo at the seam. Click-drag the dot to enter the *Adjust Rounding* modal and tune the radius live.

![Gizmo dots overview](../assets/gizmo-dots.webp)

## What gizmos appear

| Object / modifier state | Gizmos shown |
|---|---|
| Primitive with rounding | Arc gizmo on each rounded edge |
| Prism / Trapezoid | Separate gizmos for *Rounding* (rims) and *Bevel* (corner edges) |
| Boolean modifier | Arc gizmo at the boolean seam |
| Mirror modifier (with blend) | Arc gizmo at the mirror plane |
| Array modifier (with smooth) | Arc gizmo between copies |
| Emboss / Engrave | Two gizmos: outer seam and inner corner |

## Color coding

Gizmo colors identify the operation at a glance:

- **Boolean Difference** — accent red
- **Boolean Union** — accent green
- **Boolean Intersect** — accent blue
- **Emboss / Engrave** — orange / purple
- **Other modifiers** — neutral

Color, dot size, arc geometry, and gap are all configurable in the Theme tab of [Preferences](../preferences.md).

### Rounding gizmo

![Rounding gizmo](../assets/gizmo-rounding.webp)

### Blending gizmo

![Blending gizmo](../assets/gizmo-blending.webp)

## Interaction

Click and drag the gizmo dot to enter the *Adjust Rounding* modal:

- **Drag** — adjust radius
- **Shift** — precision mode
- **Ctrl** — snap to round increments
- **`1`–`5`** — switch profile
- **`S`** — toggle radius ↔ Chamfer Smooth
- **Release** *(when invoked from gizmo)* — confirm
- **Esc / RMB** — cancel

See [Rounding](../rounding-and-blending/rounding.md#adjust-modal-b) and [Blending](../rounding-and-blending/blending.md#adjust-modal-ctrl-b) for the full controls.

## Multi-modifier gizmos

When an object has several modifiers with fillets (e.g. a Boolean with blend, plus a Mirror with blend), each gizmo sits at its own seam. Click the one you want to adjust — they don't overlap and the modal targets that specific fillet.

## Hiding gizmos

Gizmos respect Blender's overlay toggles. Press `Shift + Alt + Z` to toggle viewport overlays, or use the overlay dropdown in the 3D View header. The arc-and-dot widgets are part of the gizmo overlay group.

## See also

- [Rounding](../rounding-and-blending/rounding.md#adjust-modal-b) and [Blending](../rounding-and-blending/blending.md#adjust-modal-ctrl-b) — full modal controls
- [Preferences](../preferences.md#theme) — gizmo theme colors and sizes
- [Pie Menu](pie-menu.md) — keyboard alternatives for the same operations
