Add Chromium-only Blender WebEngine parity work

This commit is contained in:
mes123456
2026-08-12 04:47:48 -04:00
commit 9fd26010f6
18225 changed files with 11622124 additions and 0 deletions

14
docs/status/W-040.md Normal file
View File

@@ -0,0 +1,14 @@
# W-040 Status
status: in_progress
task: 固定 OPFS 目录布局
`web/app/src/storage/opfs-files.ts` validates project IDs and file names,
creates `projects/<id>/scene.blend`, `snapshots/`, `assets/`, `thumbs/` and
`tmp/`, and writes a complete scene buffer through a temporary file before
replacement. The standard `FileSystemHandle.move` path is used when available;
the copy-and-remove fallback is bounded to the same project directory.
Large asset hashing, crash-recovery manifests and cross-browser atomic rename
guarantees remain subsequent tasks.