Complete Smooth modifier gap
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-20 10:16:16 -04:00
parent 59c151f45d
commit 7fdf4ab027
17 changed files with 404 additions and 12 deletions

View File

@@ -9,10 +9,10 @@
| 字段 | 值 |
| --- | --- |
| 里程碑 | M16 Main、Mesh、Modifier、Sculpt |
| 当前任务 | `M16-GAP-00094` |
| parent manifest | `tests/golden/M16-GAP-00093/manifest.json` |
| 任务卡 | [`tasks/M16-GAP-00094.md`](tasks/M16-GAP-00094.md) |
| 专项验收 | `npm --prefix web run test:generated-gap -- --task M16-GAP-00094` |
| 当前任务 | `M16-GAP-00095` |
| parent manifest | `tests/golden/M16-GAP-00094/manifest.json` |
| 任务卡 | [`tasks/M16-GAP-00095.md`](tasks/M16-GAP-00095.md) |
| 专项验收 | `npm --prefix web run test:generated-gap -- --task M16-GAP-00095` |
领取前执行:

View File

@@ -0,0 +1,18 @@
# M16-GAP-00094 Status
status: done
task: SMOOTH modifier LOCAL_EXACT slice
updated: 2026-08-20 America/New_York
scope: Mesh SMOOTH modifier stack exposure for `mesh:WebGapSmoothMesh`.
evidence:
- Desktop fixture exposes `WebGapSmooth` as SMOOTH type code 16 with non-default factor, iterations, axis flags, and vertex group; save/reopen is exact.
- WASM/Main exposes the same SMOOTH fields as `METADATA_ONLY`; save/reopen is exact.
- Malformed Blend input is rejected without mutating Main.
- Generator, npm comparator, and direct comparator exited 0.
knownRisk: Smooth geometry evaluation remains metadata-only; this slice covers modifier stack transport and stable modifier metadata.
nextTask: `M16-GAP-00095`

View File

@@ -0,0 +1,37 @@
# M16-GAP-00095: modifier:SOFT_BODY LOCAL_EXACT slice
- task: M16-GAP-00095
- parent: M16-GAP-00094
- status: in_progress
- gap: modifier:SOFT_BODY
- ownerFamily: MODIFIER
- targetImplementationClass: LOCAL_EXACT
## 目标
Make the same minimal fixture produce observable modifier:SOFT_BODY data in Blender desktop and WASM/Main, with save/reopen stability. Change only this gap; do not expand to other data-blocks, editors, or browsers.
## 输入与范围
- Fixture: `tests/files/web/generated/M16-GAP-00095-modifier-SOFT_BODY.blend`
- Generator: `tools/web/generated/M16-GAP-00095.py`
- Production: `blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp`
- Checker: `tools/web/check-generated-gap.mjs`
- Do: field read, desktop/WASM comparison, save/reopen, structured report.
- Do not: other gaps, Firefox/WebKit, or full editor behavior.
## 验收
build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00095.py -- tests/files/web/generated/M16-GAP-00095-modifier-SOFT_BODY.blend
npm --prefix web run test:generated-gap -- --task M16-GAP-00095
node tools/web/check-generated-gap.mjs --task M16-GAP-00095
Malformed/unsupported, cancellation, duplicate, over-budget, or hash-drift cases must keep in_progress; they must not change Main revision or advance nextTask.
## 交付与回滚
- Reports: `tests/golden/M16-GAP-00095/`
- Status: `docs/status/M16-GAP-00095.md`
- Manifest: `tests/golden/M16-GAP-00095/manifest.json`
- Handoff: `node tools/web/check-task-context.mjs --task M16-GAP-00095 --write`
- Rollback: remove this task production entry, fixture, tests, reports, manifest, status, and context; restore the parent as queue tail without rewriting parent evidence.