set_viewport_overlay
Toggle viewport overlay properties in Blender to show or hide wireframes, face orientation, floor, axes, cursor, object origins, relationship lines, or stats. Control visibility of these overlays with a simple boolean flag.
Instructions
Toggle a viewport overlay setting.
Args: overlay: Overlay property name. One of: show_wireframes, show_face_orientation, show_floor, show_axis_x, show_axis_y, show_axis_z, show_cursor, show_object_origins, show_relationship_lines, show_stats. enabled: Whether the overlay should be enabled.
Returns: Confirmation dict with the overlay name and state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlay | Yes | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||