chore: record journal

This commit is contained in:
2026-08-03 14:03:08 +08:00
parent ca4385a8f5
commit a6be274ced
2 changed files with 24 additions and 2 deletions

View File

@@ -131,3 +131,24 @@ Moved Blender road GeoJSON assembly and OSM fallback roads into blender/osmasset
### Status
[OK] **Completed**
## Session 7: Add feature registry dispatch
**Date**: 2026-08-03
**Task**: Add feature registry dispatch
**Branch**: `main`
### Summary
Introduced blender/osmassets/features.py with FeatureHandler and dispatch_ways for ordered OSM way feature dispatch. Converted generate_scene.py water/grass/scrub/tree_row/building branches into registry handlers while keeping material order, counts, road warning behavior, scene metadata, and SCENE_DONE unchanged. Verified py_compile, unittest, task validation, and Blender/Cesium parity before/after as identical for both sample areas.
### Git Commits
| Hash | Message |
|------|---------|
| `ff18217` | (see git log) |
### Status
[OK] **Completed**