Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/datafiles/startup.blendbin627236 -> 690452 bytes
-rw-r--r--release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blendbin698040 -> 695320 bytes
-rw-r--r--release/scripts/startup/bl_app_templates_system/Sculpting/startup.blendbin394852 -> 434272 bytes
-rw-r--r--release/scripts/startup/bl_app_templates_system/VFX/startup.blendbin505236 -> 538056 bytes
-rw-r--r--release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blendbin405320 -> 439460 bytes
-rw-r--r--source/blender/editors/space_view3d/space_view3d.c2
6 files changed, 1 insertions, 1 deletions
diff --git a/release/datafiles/startup.blend b/release/datafiles/startup.blend
index c37e1199e58..9dc7e10986e 100644
--- a/release/datafiles/startup.blend
+++ b/release/datafiles/startup.blend
Binary files 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
--- a/release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend
+++ b/release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend
Binary files 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
--- a/release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend
+++ b/release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend
Binary files 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
--- a/release/scripts/startup/bl_app_templates_system/VFX/startup.blend
+++ b/release/scripts/startup/bl_app_templates_system/VFX/startup.blend
Binary files 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
--- a/release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend
+++ b/release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend
Binary files 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;