From b7e59c6597952b7544c43cfc73ade7518d3088bf Mon Sep 17 00:00:00 2001 From: tusharbhutt Date: Sun, 8 Oct 2023 21:42:52 -0600 Subject: [PATCH] Update __init__.py to remove random switch reference --- __init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index 1c2019a..f9eb669 100644 --- a/__init__.py +++ b/__init__.py @@ -9,8 +9,8 @@ from .endless_nodes import * NODE_CLASS_MAPPINGS = { "ESS Six Input Text Switch": EndlessNode_SixTextInputSwitch, "ESS Eight Input Text Switch": EndlessNode_EightTextInputSwitch, - "ESS Six Input Random": EndlessNode_SixTextRandomSwitch, - "ESS Eight Input Random": EndlessNode_EightTextRandomSwitch, +# "ESS Six Input Random": EndlessNode_SixTextRandomSwitch, +# "ESS Eight Input Random": EndlessNode_EightTextRandomSwitch, "ESS Six Integer IO Switch": EndlessNode_SixIntIOSwitch, "ESS Six Integer IO Widget": EndlessNode_SixIntIOWidget, "ESS Parameterizer": EndlessNode_XLParameterizer, @@ -75,4 +75,4 @@ NODE_DISPLAY_NAME_MAPPINGS = { __all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS'] -print("\033[36m An Endless Sea of Stars Custom Nodes V0.37 \033[34m: \033[92mLoaded\033[0m") \ No newline at end of file +print("\033[36m An Endless Sea of Stars Custom Nodes V0.37 \033[34m: \033[92mLoaded\033[0m")