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.blendbin418164 -> 439496 bytes
-rw-r--r--source/blender/blenkernel/intern/linestyle.c4
2 files changed, 2 insertions, 2 deletions
diff --git a/release/datafiles/startup.blend b/release/datafiles/startup.blend
index 40e1363797a..bec18dff39e 100644
--- a/release/datafiles/startup.blend
+++ b/release/datafiles/startup.blend
Binary files differ
diff --git a/source/blender/blenkernel/intern/linestyle.c b/source/blender/blenkernel/intern/linestyle.c
index fe27ddcfafe..6a8061274f8 100644
--- a/source/blender/blenkernel/intern/linestyle.c
+++ b/source/blender/blenkernel/intern/linestyle.c
@@ -76,9 +76,9 @@ static const char *modifier_name[LS_MODIFIER_NUM] = {
static void default_linestyle_settings(FreestyleLineStyle *linestyle)
{
linestyle->panel = LS_PANEL_STROKES;
- linestyle->r = linestyle->g = linestyle->b = 1.0f;
+ linestyle->r = linestyle->g = linestyle->b = 0.0f;
linestyle->alpha = 1.0f;
- linestyle->thickness = 1.0f;
+ linestyle->thickness = 3.0f;
linestyle->thickness_position = LS_THICKNESS_CENTER;
linestyle->thickness_ratio = 0.5f;
linestyle->chaining = LS_CHAINING_PLAIN;