Complete M16 driver button add parity

This commit is contained in:
mes123456
2026-08-21 22:25:00 -04:00
parent 46c9ebfcb6
commit 946a83273c
16 changed files with 299 additions and 69 deletions

View File

@@ -0,0 +1,37 @@
# M16-GAP-00175: operator:anim.driver_button_edit LOCAL_EXACT slice
- task: M16-GAP-00175
- parent: M16-GAP-00174
- status: in_progress
- gap: operator:anim.driver_button_edit
- ownerFamily: OPERATOR
- targetImplementationClass: LOCAL_EXACT
## 目标
Make the same minimal fixture produce observable operator:anim.driver_button_edit 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-00175-operator-anim.driver_button_edit.blend`
- Generator: `tools/web/generated/M16-GAP-00175.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-00175.py -- tests/files/web/generated/M16-GAP-00175-operator-anim.driver_button_edit.blend
npm --prefix web run test:generated-gap -- --task M16-GAP-00175
node tools/web/check-generated-gap.mjs --task M16-GAP-00175
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-00175/`
- Status: `docs/status/M16-GAP-00175.md`
- Manifest: `tests/golden/M16-GAP-00175/manifest.json`
- Handoff: `node tools/web/check-task-context.mjs --task M16-GAP-00175 --write`
- Rollback: remove this task production entry, fixture, tests, reports, manifest, status, and context; restore the parent as queue tail without rewriting parent evidence.