diff --git a/release/datafiles/startup.blend b/release/datafiles/startup.blend index c37e1199e58..9dc7e10986e 100644 Binary files a/release/datafiles/startup.blend and b/release/datafiles/startup.blend differ diff --git a/release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend b/release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend index 7d2668a7d53..e8f9ac1a07b 100644 Binary files a/release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend and b/release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend differ diff --git a/release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend b/release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend index 720f1d50a6d..f6bcec995c1 100644 Binary files a/release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend and b/release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend differ diff --git a/release/scripts/startup/bl_app_templates_system/VFX/startup.blend b/release/scripts/startup/bl_app_templates_system/VFX/startup.blend index 43224a7d869..b7443e97549 100644 Binary files a/release/scripts/startup/bl_app_templates_system/VFX/startup.blend and b/release/scripts/startup/bl_app_templates_system/VFX/startup.blend differ diff --git a/release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend b/release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend index 8718e2b06b9..5f28544c109 100644 Binary files a/release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend and b/release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend differ diff --git a/source/blender/editors/space_view3d/space_view3d.c b/source/blender/editors/space_view3d/space_view3d.c index 354d27bd293..c7f82539e68 100644 --- a/source/blender/editors/space_view3d/space_view3d.c +++ b/source/blender/editors/space_view3d/space_view3d.c @@ -324,7 +324,7 @@ static SpaceLink *view3d_new(const ScrArea *UNUSED(sa), const Scene *scene) v3d->gridsubdiv = 10; BKE_screen_view3d_shading_init(&v3d->shading); - v3d->overlay.wireframe_threshold = 0.5f; + v3d->overlay.wireframe_threshold = 1.0f; v3d->overlay.xray_alpha_bone = 0.5f; v3d->overlay.texture_paint_mode_opacity = 0.8; v3d->overlay.weight_paint_mode_opacity = 1.0f;