Extract profile filter nodes

This commit is contained in:
2026-06-26 22:53:34 +02:00
parent 49fe509aa7
commit efe13beb79
5 changed files with 342 additions and 224 deletions
+4 -1
View File
@@ -273,7 +273,7 @@ Improve later:
### Node / UI Path
Owner: `__init__.py`, `node_seed_resolution.py`, `node_camera.py`,
`node_route_config.py`, `loop_nodes.py`, `web/*.js`.
`node_route_config.py`, `node_profile_filter.py`, `loop_nodes.py`, `web/*.js`.
Keep here:
@@ -285,6 +285,7 @@ Keep here:
- camera utility node declarations in `node_camera.py`.
- route/category/location/composition/cast config node declarations in
`node_route_config.py`.
- profile/filter/ethnicity-list node declarations in `node_profile_filter.py`.
Already isolated:
@@ -295,6 +296,8 @@ Already isolated:
- 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`.
- generation profile, advanced filter, and ethnicity list utility nodes live in
`node_profile_filter.py`, with registration maps imported by `__init__.py`.
Improve later: