From e5736c98fc249bd9466954e32d42e9e56d7a908b Mon Sep 17 00:00:00 2001 From: Gal Dudovitch Date: Mon, 5 Aug 2024 03:46:19 -0700 Subject: [PATCH] Fix Random lines IS_CHANGED Custom IS_CHANGED is note needed here. when "control_after_generate" is fixed we should not run again, if not than seed is changed anyway and the node will run again --- WAS_Node_Suite.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WAS_Node_Suite.py b/WAS_Node_Suite.py index 82dd5c7..7625bee 100644 --- a/WAS_Node_Suite.py +++ b/WAS_Node_Suite.py @@ -10290,10 +10290,6 @@ def text_random_line(self, text, seed): choice = random.choice(lines) return (choice, ) - @classmethod - def IS_CHANGED(cls, **kwargs): - return float("NaN") - # Text Concatenate