mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-21 20:42:12 -03:00
Add files via upload
Uploading files for Endless Nodes V1.0
This commit is contained in:
17
int_switches_widget/__init__.py
Normal file
17
int_switches_widget/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from .endless_int_switches_widget import (
|
||||
EndlessNode_FourInputIntSwitch_Widget,
|
||||
EndlessNode_SixInputIntSwitch_Widget,
|
||||
EndlessNode_EightInputIntSwitch_Widget,
|
||||
)
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"Four_Input_Int_Switch_Widget": EndlessNode_FourInputIntSwitch_Widget,
|
||||
"Six_Input_Int_Switch_Widget": EndlessNode_SixInputIntSwitch_Widget,
|
||||
"Eight_Input_Int_Switch_Widget": EndlessNode_EightInputIntSwitch_Widget,
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"Four_Input_Int_Switch_Widget": "Four Input Integer Switch (Widget)",
|
||||
"Six_Input_Int_Switch_Widget": "Six Input Integer Switch (Widget)",
|
||||
"Eight_Input_Int_Switch_Widget": "Eight Input Integer Switch (Widget)",
|
||||
}
|
||||
Reference in New Issue
Block a user