[Bf-blender-cvs] [1b65faf] master: Freestyle: Changed the default Color value of the Output Line Style node.

Tamito Kajiyama noreply at git.blender.org
Tue Aug 12 03:17:23 CEST 2014


Commit: 1b65faf90b518a8f678b9b9b8ff29dba6df948b7
Author: Tamito Kajiyama
Date:   Wed Jul 16 15:25:37 2014 +0900
Branches: master
https://developer.blender.org/rB1b65faf90b518a8f678b9b9b8ff29dba6df948b7

Freestyle: Changed the default Color value of the Output Line Style node.

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

M	source/blender/nodes/shader/nodes/node_shader_output_linestyle.c

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

diff --git a/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c b/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
index 381315d..3751233 100644
--- a/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
+++ b/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
@@ -30,7 +30,7 @@
 /* **************** OUTPUT ******************** */
 
 static bNodeSocketTemplate sh_node_output_linestyle_in[] = {
-	{	SOCK_RGBA, 1, N_("Color"),			1.0f, 1.0f, 1.0f, 1.0f	},
+	{	SOCK_RGBA, 1, N_("Color"),			1.0f, 0.0f, 1.0f, 1.0f	},
 	{	SOCK_FLOAT, 1, N_("Color Fac"),		1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR	},
 	{	SOCK_FLOAT, 1, N_("Alpha"),			1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR	},
 	{	SOCK_FLOAT, 1, N_("Alpha Fac"),		1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f, PROP_FACTOR	},




More information about the Bf-blender-cvs mailing list