[Bf-blender-cvs] [6a5b8e9] master: Freestyle: removed unnecessary call of node_type_storage() in the definition of the Output Line Style node.

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


Commit: 6a5b8e91b1201bfb00f13079fc01078a9f1199e7
Author: Tamito Kajiyama
Date:   Sun Jul 20 12:12:54 2014 +0900
Branches: master
https://developer.blender.org/rB6a5b8e91b1201bfb00f13079fc01078a9f1199e7

Freestyle: removed unnecessary call of node_type_storage() in the definition 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 3751233..2eb68f2 100644
--- a/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
+++ b/source/blender/nodes/shader/nodes/node_shader_output_linestyle.c
@@ -46,7 +46,6 @@ void register_node_type_sh_output_linestyle(void)
 	node_type_compatibility(&ntype, NODE_NEW_SHADING);
 	node_type_socket_templates(&ntype, sh_node_output_linestyle_in, NULL);
 	node_type_init(&ntype, NULL);
-	node_type_storage(&ntype, "", NULL, NULL);
 
 	/* Do not allow muting output node. */
 	node_type_internal_links(&ntype, NULL);




More information about the Bf-blender-cvs mailing list