Extract route config nodes

This commit is contained in:
2026-06-26 22:44:33 +02:00
parent e6937d96ac
commit 49fe509aa7
5 changed files with 421 additions and 307 deletions
+6 -1
View File
@@ -273,7 +273,7 @@ Improve later:
### Node / UI Path
Owner: `__init__.py`, `node_seed_resolution.py`, `node_camera.py`,
`loop_nodes.py`, `web/*.js`.
`node_route_config.py`, `loop_nodes.py`, `web/*.js`.
Keep here:
@@ -283,6 +283,8 @@ Keep here:
- dynamic input slots.
- seed and resolution utility node declarations in `node_seed_resolution.py`.
- camera utility node declarations in `node_camera.py`.
- route/category/location/composition/cast config node declarations in
`node_route_config.py`.
Already isolated:
@@ -290,6 +292,9 @@ Already isolated:
`node_seed_resolution.py`, with registration maps imported by `__init__.py`.
- camera/orbit/Qwen translator utility nodes live in `node_camera.py`, with
registration maps imported by `__init__.py`.
- category preset, location/composition pool, location theme, and cast config
utility nodes live in `node_route_config.py`, with registration maps imported
by `__init__.py`.
Improve later: