[Bf-blender-cvs] [c1d82e58492] master: Templates: tweaks to startup templates.

Brecht Van Lommel noreply at git.blender.org
Mon Dec 31 16:30:08 CET 2018


Commit: c1d82e584926b7b8a4c70849a7633aa6390ce7fb
Author: Brecht Van Lommel
Date:   Mon Dec 31 15:59:37 2018 +0100
Branches: master
https://developer.blender.org/rBc1d82e584926b7b8a4c70849a7633aa6390ce7fb

Templates: tweaks to startup templates.

* 2D Animation: lots of changes from the grease pencil team. Properties
  editor layouts, brush and material settings, and more.
* 3D Viewport: wireframes set to 1.0.
* World: use nodes by default.
* Node Editor: use narrow toolbar.

===================================================================

M	release/datafiles/startup.blend
M	release/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend
M	release/scripts/startup/bl_app_templates_system/Sculpting/startup.blend
M	release/scripts/startup/bl_app_templates_system/VFX/startup.blend
M	release/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend
M	source/blender/editors/space_view3d/space_view3d.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list