set_viewport_overlay
Control viewport overlays in Blender to display elements like wireframes, axes, or statistics by toggling specific overlay settings on or off.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlay | Yes | ||
| enabled | Yes |