mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-24 21:52: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 = {
|
NODE_CLASS_MAPPINGS = {
|
||||||
"ESS Six Input Text Switch": EndlessNode_SixTextInputSwitch,
|
"ESS Six Input Text Switch": EndlessNode_SixTextInputSwitch,
|
||||||
"ESS Eight Input Text Switch": EndlessNode_EightTextInputSwitch,
|
"ESS Eight Input Text Switch": EndlessNode_EightTextInputSwitch,
|
||||||
"ESS Six Input Random": EndlessNode_SixTextRandomSwitch,
|
# "ESS Six Input Random": EndlessNode_SixTextRandomSwitch,
|
||||||
"ESS Eight Input Random": EndlessNode_EightTextRandomSwitch,
|
# "ESS Eight Input Random": EndlessNode_EightTextRandomSwitch,
|
||||||
"ESS Six Integer IO Switch": EndlessNode_SixIntIOSwitch,
|
"ESS Six Integer IO Switch": EndlessNode_SixIntIOSwitch,
|
||||||
"ESS Six Integer IO Widget": EndlessNode_SixIntIOWidget,
|
"ESS Six Integer IO Widget": EndlessNode_SixIntIOWidget,
|
||||||
"ESS Parameterizer": EndlessNode_XLParameterizer,
|
"ESS Parameterizer": EndlessNode_XLParameterizer,
|
||||||
|
|||||||
Reference in New Issue
Block a user