Complete M16 action select circle parity
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 22:57:59 -04:00
parent fb5abd8e37
commit 6a0b980d75
368 changed files with 17417 additions and 117 deletions

View File

@@ -0,0 +1,72 @@
{
"action": {
"channels": [
{
"frames": [
1.0,
3.0,
5.0
],
"index": 0,
"path": "location",
"selected": [
true,
true,
true
],
"values": [
-1.0,
-2.0,
-4.0
]
},
{
"frames": [
1.0,
3.0,
5.0
],
"index": 1,
"path": "location",
"selected": [
true,
true,
true
],
"values": [
-2.0,
-4.0,
-8.0
]
},
{
"frames": [
1.0,
3.0,
5.0
],
"index": 2,
"path": "location",
"selected": [
true,
true,
true
],
"values": [
-3.0,
-6.0,
-12.0
]
}
],
"name": "WebGapMirrorObjectAction"
},
"blenderVersion": "5.2.0 LTS",
"fixture": "/home/mes123456/workinf_Blender_Wasm/tests/files/web/generated/M16-GAP-00128-operator-action.mirror.blend",
"fixtureSha256": "92ab7f13ff0f250d0c173bc3db5d21fedab4bfa7ff4b70c66b4f12af5039a8e5",
"mirrorType": "XAXIS",
"operation": "ACTION_MIRROR_DESKTOP",
"saveReopen": "EXACT",
"schemaVersion": 1,
"task": "M16-GAP-00128"
}

View File

@@ -0,0 +1,41 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00128",
"operation": "ACTION_MIRROR_LOCAL_EXACT",
"fixture": {
"path": "tests/files/web/generated/M16-GAP-00128-operator-action.mirror.blend",
"sha256": "92ab7f13ff0f250d0c173bc3db5d21fedab4bfa7ff4b70c66b4f12af5039a8e5"
},
"desktop": {
"status": "EXACT",
"report": "tests/golden/M16-GAP-00128/action-mirror-desktop-report.json",
"saveReopen": "EXACT"
},
"wasm": {
"status": "EXACT",
"actionId": "action:WebGapMirrorObjectAction:object:WebGapMirrorObject",
"mirrorType": "XAXIS",
"valuesPerChannel": [
[
-1,
-2,
-4
],
[
-2,
-4,
-8
],
[
-3,
-6,
-12
]
]
},
"saveReopen": "EXACT",
"negative": {
"malformedBlend": "REJECTED_WITHOUT_MAIN_MUTATION"
},
"nextTask": "M16-GAP-00129"
}

View File

@@ -0,0 +1,24 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00128",
"parentTask": "M16-GAP-00127",
"enablingTask": false,
"parityStateChange": true,
"runtime": "BLENDER_5_2_LOCAL_EXACT",
"operation": "ACTION_MIRROR_LOCAL_EXACT",
"status": "done",
"artifacts": {
"parentManifest": {"path": "tests/golden/M16-GAP-00127/manifest.json", "sha256": "6b2acd64a827e36204caaf161388732f1cd14d5550df37433888333840984492"},
"fixture": {"path": "tests/files/web/generated/M16-GAP-00128-operator-action.mirror.blend", "sha256": "92ab7f13ff0f250d0c173bc3db5d21fedab4bfa7ff4b70c66b4f12af5039a8e5"},
"generator": {"path": "tools/web/generated/M16-GAP-00128.py", "sha256": "e6697304148d72a7305900d6893861f284fe3b42ec88c3b35b8bb2f78b728180"},
"desktopChecker": {"path": "tools/web/check-action-mirror-desktop.py", "sha256": "88f211cd8726e7214a68c90a2b0ccbbe0bdcfb237a7d1e2fb210a9b7bac8cf3f"},
"webChecker": {"path": "tools/web/check-generated-gap.mjs", "sha256": "a1fea794c9fb2818197253f95b86f37a7bd909dedab1cdb9a5a01c83f7d4a754"},
"reader": {"path": "blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp", "sha256": "169faf2dfe0e8582927bba397c942938908a2a2c7d084382b300aae4c22eb1cf"},
"wasm": {"path": "web/app/src/vendor/blender/web_engine.wasm", "sha256": "4e9760ffbd55c37215b38d288698d04fa5334c05168853c41b25f75a9bf0f891"},
"wasmPublic": {"path": "web/app/public/vendor/blender/web_engine.wasm", "sha256": "4e9760ffbd55c37215b38d288698d04fa5334c05168853c41b25f75a9bf0f891"},
"wasmJs": {"path": "web/app/src/vendor/blender/web_engine.js", "sha256": "9c831d0351ac9d0714cce3b1da748cba416ced3086e3c59595cf24ac4da459ed"},
"desktopReport": {"path": "tests/golden/M16-GAP-00128/action-mirror-desktop-report.json", "sha256": "ce9a779ce2d03bc2a2bda252c40aabb56c649be858fe82486ed04bfa96a04793"},
"webReport": {"path": "tests/golden/M16-GAP-00128/action-mirror-local-exact-report.json", "sha256": "7a91dc7d6c72d100a7da42646adeb100efacf81dd25c2b12672281d86702b37b"}
},
"nextTask": "M16-GAP-00129"
}

View File

@@ -0,0 +1,185 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00128",
"parentTask": "M16-GAP-00127",
"status": "in_progress",
"goal": "Make the same minimal fixture produce observable operator:action.mirror 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.",
"scope": {
"gap": "operator:action.mirror",
"ownerFamily": "OPERATOR",
"implementationClass": "LOCAL_EXACT"
},
"commands": [
"build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00128.py -- tests/files/web/generated/M16-GAP-00128-operator-action.mirror.blend",
"npm --prefix web run test:generated-gap -- --task M16-GAP-00128",
"node tools/web/check-generated-gap.mjs --task M16-GAP-00128"
],
"inputPaths": [
"tools/web/generated/M16-GAP-00128.py"
],
"inputSelection": {
"schemaVersion": 1,
"limits": {
"maxFiles": 12,
"evidenceBytes": 8192,
"contextRemainingBytes": 3028,
"contextRemainingTokens": 756
},
"source": {
"bytes": 6876,
"tokens": 1720
},
"selected": [
{
"path": "tools/web/generated/M16-GAP-00128.py",
"bytes": 2179,
"tokens": 545
}
],
"excluded": [
{
"path": "tests/files/web/generated/M16-GAP-00128-operator-action.mirror.blend",
"bytes": 86910,
"reason": "EVIDENCE_BYTE_BUDGET"
},
{
"path": "blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp",
"bytes": 224369,
"reason": "EVIDENCE_BYTE_BUDGET"
},
{
"path": "tools/web/check-generated-gap.mjs",
"bytes": 199972,
"reason": "EVIDENCE_BYTE_BUDGET"
},
{
"path": "tests/golden/M16-GAP-00128/",
"bytes": null,
"reason": "GENERATED_EVIDENCE_OUTPUT"
},
{
"path": "docs/status/M16-GAP-00128.md",
"bytes": null,
"reason": "GENERATED_EVIDENCE_OUTPUT"
},
{
"path": "tests/golden/M16-GAP-00128/manifest.json",
"bytes": null,
"reason": "GENERATED_EVIDENCE_OUTPUT"
}
],
"totals": {
"files": 1,
"bytes": 2179,
"tokens": 545
}
},
"exitCriteria": [
"desktop fixture evidence exists",
"WASM uses the same fixture",
"comparator passes",
"save/reopen preserves Main",
"manifest hashes all artifacts"
],
"nextTask": "M16-GAP-00129",
"sourceDocuments": {
"queue": "docs/EXECUTION_QUEUE.md",
"taskCard": "docs/tasks/M16-GAP-00128.md",
"taskIndex": "tests/golden/M15-03A/task-index.json",
"parentManifest": "tests/golden/M16-GAP-00127/manifest.json",
"parentStatus": "docs/status/M16-GAP-00127.md"
},
"readPolicy": {
"required": [
"docs/EXECUTION_QUEUE.md",
"docs/tasks/M16-GAP-00128.md",
"tests/golden/M16-GAP-00127/manifest.json",
"docs/status/M16-GAP-00127.md"
],
"machineOnly": [
"tests/golden/M15-03A/task-index.json",
"tests/golden/M15-03A/task-catalog.jsonl"
],
"optionalByNeed": [
"docs/WEB_BLENDER_MODELER_V1_SCOPE.md",
"任务卡列出的精确协议/生产路径",
"任务卡明确命名的长期计划小节"
],
"forbiddenByDefault": [
"完整 CURRENT_EXECUTION_PLAN.md",
"完整 PROJECT_STATUS_AND_NEXT_WORK.md",
"全部 docs/status/*.md",
"完整 parity/WBS 计划",
"README 历史和 test-results/"
]
},
"parent": {
"manifest": {
"schemaVersion": 1,
"task": "M16-GAP-00127",
"parentTask": "M16-GAP-00126",
"status": "done",
"nextTask": "M16-GAP-00128",
"artifactCount": 11
},
"statusSummary": [
"# M16-GAP-00127 Status",
"status: done",
"task: action.markers_make_local operator LOCAL_EXACT slice",
"updated: 2026-08-20 America/New_York",
"scope: Action Editor selected scene-marker localization on `object:WebGapMarkersMakeLocalObject`.",
"evidence:",
"- Blender creates and selects `LocalActionMarker` at frame 3, then executes `bpy.ops.action.markers_make_local`; the marker moves into the Action.",
"- Reader exposes Action markers; desktop and WASM/Main both read `LocalActionMarker@3`, and save/reopen is exact."
]
},
"budgets": {
"queueBytes": 4096,
"taskBytes": 1754,
"parentManifestBytes": 24576,
"parentStatusBytes": 6144,
"evidenceFiles": 12,
"evidenceBytes": 8192,
"contextTokens": 3500,
"contextEnvelopeTokens": 1024,
"taskLines": 38,
"taskTokens": 439
},
"size": {
"documents": [
{
"path": "docs/EXECUTION_QUEUE.md",
"bytes": 2168,
"lines": 45,
"tokens": 542
},
{
"path": "docs/tasks/M16-GAP-00128.md",
"bytes": 1754,
"lines": 38,
"tokens": 439
},
{
"path": "tests/golden/M16-GAP-00127/manifest.json",
"bytes": 2092,
"lines": 25,
"tokens": 523
},
{
"path": "docs/status/M16-GAP-00127.md",
"bytes": 862,
"lines": 19,
"tokens": 216
}
],
"sourceTokens": 1720,
"evidenceFiles": 1,
"evidenceBytes": 2179,
"evidenceTokens": 545,
"totalTokens": 2265,
"reservedEnvelopeTokens": 1024,
"estimatedContextTokens": 3289,
"serializedContextTokens": 749,
"withinBudget": true
}
}