We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59a01b3 commit d272470Copy full SHA for d272470
Python_GUI/connectNodes/connectNodes.py
@@ -21,6 +21,7 @@ def connectNodes():
21
22
if numNodes >1 :
23
if counter != lastIndex:
24
+ currentNode.disconnectInput(0)
25
if currentNode.canConnectInput(0,lastNode) == 1:
26
currentNode.connectInput(0,lastNode)
27
0 commit comments