diff --git a/docs/nodes/modifier_change/input_switch.rst b/docs/nodes/logic/input_switch.rst similarity index 100% rename from docs/nodes/modifier_change/input_switch.rst rename to docs/nodes/logic/input_switch.rst diff --git a/docs/nodes/logic/logic_index.rst b/docs/nodes/logic/logic_index.rst index fe0a017be038097a25fa421a8c42e70f554dad4c..c304fbc8e2de50cf671481d1876e78264e93aacd 100644 --- a/docs/nodes/logic/logic_index.rst +++ b/docs/nodes/logic/logic_index.rst @@ -8,3 +8,4 @@ Logic logic_node neuro_elman switch + input_switch diff --git a/docs/nodes/modifier_change/modifier_change_index.rst b/docs/nodes/modifier_change/modifier_change_index.rst index 49537e8f70c6f548dee5e1721202f0993aa0f673..9cbfb90578638493f3bcab950972c2d3eae21572 100644 --- a/docs/nodes/modifier_change/modifier_change_index.rst +++ b/docs/nodes/modifier_change/modifier_change_index.rst @@ -16,7 +16,6 @@ Modifier Change extrude_region holes_fill iterate - input_switch mesh_join mesh_separate mesh_switch diff --git a/index.md b/index.md index 2fa0cc4fac515c48b723b016c9a78c44597b4072..7bb5cc67d48678412a608e9f7f869aa20689534d 100644 --- a/index.md +++ b/index.md @@ -111,8 +111,6 @@ SvVertMaskNode SvTransformSelectNode SvSplitEdgesNode - --- - SvInputSwitchNode ## Modifier Make LineConnectNodeMK2 @@ -230,6 +228,7 @@ ## Logic SvLogicNode SvSwitchNode + SvInputSwitchNode SvNeuroElman1LNode ## Viz diff --git a/nodes/modifier_change/input_switch.py b/nodes/logic/input_switch.py similarity index 100% rename from nodes/modifier_change/input_switch.py rename to nodes/logic/input_switch.py