Commit Graph

12 Commits

Author SHA1 Message Date
Jedrzej Kosinski
ca332a728a Commented out Switch node + test nodes 2025-11-24 09:49:14 -08:00
Jedrzej Kosinski
9a5124c394 Remove unnecessary id usage in Autogrow test node outputs
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
2025-11-22 01:39:56 -08:00
Jedrzej Kosinski
3b98df6984 Make sure Autogrow inputs are force_input = True when WidgetInput, fix runtime validation by removing original input from expected inputs, fix min/max bounds, change test nodes slightly 2025-11-22 01:36:46 -08:00
Jedrzej Kosinski
0fd3a87d60 Make Switch node inputs optional, disallow both inputs from being missing, and still work properly with lazy; when one input is missing, use the other no matter what the switch is set to 2025-11-21 22:27:59 -08:00
Jedrzej Kosinski
02159fc154 Change MatchType to have template be the first and only required param; output id's do nothing right now, so no need 2025-11-21 21:58:28 -08:00
Jedrzej Kosinski
8653d8b0bf Add nested combo to DCTestNode 2025-11-18 05:16:20 -08:00
Jedrzej Kosinski
bbc3ecd1b1 Create test nodes for Autogrow to collab with frontend development 2025-11-18 04:43:52 -08:00
Jedrzej Kosinski
75cc2194ff Add nesting of inputs on DynamicCombo during execution 2025-11-17 18:49:24 -08:00
Jedrzej Kosinski
159e2d02c9 Refactor hidden_values for v3 in execution.py to be more general v3_data, add helper functions for dynamic behavior, preparing for restructuring dynamic type into object (not finished yet) 2025-11-17 15:50:49 -08:00
Kosinkadink
676de9e618 add dynamic combo test node 2025-11-15 21:07:30 -08:00
Jedrzej Kosinski
33bbf75eeb Mark Switch node as Beta 2025-11-12 17:44:42 -08:00
Jedrzej Kosinski
4057540efe Added output_matchtypes to generated json for v3, initial backend support for MatchType, created nodes_logic.py and added SwitchNode 2025-11-04 14:30:03 -08:00