[Bf-blender-cvs] [454acfddfa4] builtin-simulation-nodes: remove socket that was used for testing only

Jacques Lucke noreply at git.blender.org
Thu Mar 5 13:15:32 CET 2020


Commit: 454acfddfa46fa38684a413b4b503414ebfc0bca
Author: Jacques Lucke
Date:   Thu Mar 5 11:50:26 2020 +0100
Branches: builtin-simulation-nodes
https://developer.blender.org/rB454acfddfa46fa38684a413b4b503414ebfc0bca

remove socket that was used for testing only

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

M	source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc

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

diff --git a/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc b/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc
index 0a53c3ef4a1..07f4056d61d 100644
--- a/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc
+++ b/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc
@@ -4,7 +4,6 @@ static bNodeSocketTemplate sim_node_particle_simulation_in[] = {
     {SOCK_EMITTERS, 1000, N_("Emitters")},
     {SOCK_EVENTS, 1000, N_("Events")},
     {SOCK_FORCES, 1000, N_("Forces")},
-    {SOCK_CONTROL_FLOW, 1, N_("Control Flow")},
     {-1, 0, ""},
 };



More information about the Bf-blender-cvs mailing list