[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34299] branches/particles-2010/source/ blender/nodes/intern/SIM_nodes/SIM_get_data.c: Removed pointer socket from GetData (some dirty testing artifact).

Lukas Toenne lukas.toenne at googlemail.com
Thu Jan 13 15:38:05 CET 2011


Revision: 34299
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=34299
Author:   lukastoenne
Date:     2011-01-13 14:38:05 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
Removed pointer socket from GetData (some dirty testing artifact).

Modified Paths:
--------------
    branches/particles-2010/source/blender/nodes/intern/SIM_nodes/SIM_get_data.c

Modified: branches/particles-2010/source/blender/nodes/intern/SIM_nodes/SIM_get_data.c
===================================================================
--- branches/particles-2010/source/blender/nodes/intern/SIM_nodes/SIM_get_data.c	2011-01-13 14:29:57 UTC (rev 34298)
+++ branches/particles-2010/source/blender/nodes/intern/SIM_nodes/SIM_get_data.c	2011-01-13 14:38:05 UTC (rev 34299)
@@ -40,7 +40,6 @@
 /* **************** Get data ******************** */
 
 static bNodeSocketDefinition inputs[]= { 
-	{ SOCK_POINTER, 1, "Source" },
 	{ -1, 0, "" }
 };
 




More information about the Bf-blender-cvs mailing list