From 6f82bca98dcd8c86431bd15f425149902285dc9f Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:36:22 +0300 Subject: [PATCH] Update nodes.py --- nodes/nodes.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nodes/nodes.py b/nodes/nodes.py index 125b9f3..82dd3e6 100644 --- a/nodes/nodes.py +++ b/nodes/nodes.py @@ -729,9 +729,11 @@ class WidgetToString: CATEGORY = "KJNodes/text" DESCRIPTION = """ Selects a node and it's specified widget and outputs the value as a string. -To see node id's, enable node id display from Manager badge menu. -Alternatively you can search with the node title. Node titles ONLY exist if they -are manually edited! +To see node id's, enable node id display from Manager badge menu. +Alternatively you can search with the node title. Node titles ONLY exist if they +are manually edited! +The 'any_input' is purely for making sure the node you want the value from exists in the workflow, +it has no other function than place this node at right spot in the workflow execution order. """ def get_widget_value(self, id, widget_name, extra_pnginfo, prompt, return_all=False, any_input=None, node_title=""):