Skip to content

Commit c72c08c

Browse files
author
Leandro Inocencio
committed
evaluate multi streams
1 parent c8acea3 commit c72c08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/base/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def update_streams(self, *args):
795795
for port, nodeList in node.connected_output_nodes().items():
796796
nodes.extend(nodeList)
797797

798-
if not nodes:
798+
if not node.connected_output_nodes():
799799
try:
800800
node.run()
801801
except Exception as error:

0 commit comments

Comments
 (0)