mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-21 20:42:12 -03:00
Merge pull request #6 from tusharbhutt/dev
Update __init__.py to remove random switch reference
This commit is contained in:
@@ -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")
|
||||
print("\033[36m An Endless Sea of Stars Custom Nodes V0.37 \033[34m: \033[92mLoaded\033[0m")
|
||||
|
||||
Reference in New Issue
Block a user