diff --git a/source/blender/blenloader/intern/versioning_defaults.cc b/source/blender/blenloader/intern/versioning_defaults.cc index 54009834804..ad4cd64c7de 100644 --- a/source/blender/blenloader/intern/versioning_defaults.cc +++ b/source/blender/blenloader/intern/versioning_defaults.cc @@ -216,6 +216,8 @@ static void blo_update_defaults_screen(bScreen *screen, v3d->overlay.normals_constant_screen_size = 7.0f; /* Always enable Grease Pencil vertex color overlay by default. */ v3d->overlay.gpencil_vertex_paint_opacity = 1.0f; + /* Always use theme color for wireframe by default. */ + v3d->shading.wire_color_type = V3D_SHADING_SINGLE_COLOR; /* Level out the 3D Viewport camera rotation, see: #113751. */ constexpr float viewports_to_level[][4] = {