[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30726] branches/soc-2008-mxcurioni/source /blender/blenkernel/intern/linestyle.c: Changed the default line color of a line style from white to black.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Jul 26 00:49:40 CEST 2010


Revision: 30726
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30726
Author:   kjym3
Date:     2010-07-26 00:49:40 +0200 (Mon, 26 Jul 2010)

Log Message:
-----------
Changed the default line color of a line style from white to black.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/linestyle.c

Modified: branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/linestyle.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/linestyle.c	2010-07-25 22:35:48 UTC (rev 30725)
+++ branches/soc-2008-mxcurioni/source/blender/blenkernel/intern/linestyle.c	2010-07-25 22:49:40 UTC (rev 30726)
@@ -53,7 +53,7 @@
 static void default_linestyle_settings(FreestyleLineStyle *linestyle)
 {
 	linestyle->panel = LS_PANEL_COLOR;
-	linestyle->r = linestyle->g = linestyle->b = 1.0;
+	linestyle->r = linestyle->g = linestyle->b = 0.0;
 	linestyle->alpha = 1.0;
 	linestyle->thickness = 1.0;
 





More information about the Bf-blender-cvs mailing list