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,28 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00108",
"parentTask": "M16-GAP-00107",
"enablingTask": false,
"parityStateChange": true,
"runtime": "BLENDER_5_2_LOCAL_EXACT",
"operation": "WARP_MODIFIER_LOCAL_EXACT",
"status": "done",
"artifacts": {
"parentManifest": {"path": "tests/golden/M16-GAP-00107/manifest.json", "sha256": "760706922c497ed0898b84fd07789d0d8c53f5a448191ad6c2425d1d7e13ad20"},
"fixture": {"path": "tests/files/web/generated/M16-GAP-00108-modifier-WARP.blend", "sha256": "a328ef4b4cbcf265de0483012f80860fccb75e53fcb25bd6ccbe81dc97cb0ba5"},
"generator": {"path": "tools/web/generated/M16-GAP-00108.py", "sha256": "ee8667312b3608fff806a2f888edca90cad3a960184ee64d0b7b33fd9cad2657"},
"desktopChecker": {"path": "tools/web/check-generic-modifier-desktop.py", "sha256": "140a3a86220c2af01d5daad10dd482316b208a6a2aa0af762dd39b65c6cda9d8"},
"webChecker": {"path": "tools/web/check-generated-gap.mjs", "sha256": "71f6265a1769981b08b714ddbf0c95881181e003694761935e7e592279d3237a"},
"reader": {"path": "blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp", "sha256": "0e1a72ef3655eb51047dd488c3a9a733022193f1631b21d59c615f8acb1a67f8"},
"modifierCmake": {"path": "blender-5.2.0/source/blender/modifiers/CMakeLists.txt", "sha256": "acf2c49dcea2907a117efdf8d74d4d817a4456a41c6bec3a40f38263beaae127"},
"particleModifier": {"path": "blender-5.2.0/source/blender/modifiers/intern/MOD_particlesystem.cc", "sha256": "92ea7223c192563062d9f485c45cc78290a8809eb79b79d3a28be12081a0c7d6e6f"},
"particleCore": {"path": "blender-5.2.0/source/blender/blenkernel/intern/particle.cc", "sha256": "d712f922c3160bddb464e3b7e1f68bfc44591dd9e536f4fd901119025d17717c"},
"physicsReader": {"path": "blender-5.2.0/source/blender/web_engine/web_engine_main_state.cpp", "sha256": "62af46e404d6174cc4b9d85adb6e8b259f1c537e5ebfd8485e4fd0cc4be0fded"},
"wasm": {"path": "web/app/src/vendor/blender/web_engine.wasm", "sha256": "a847df61055dd322c70b8e57702439f095997831b6d431107895bb5284750234"},
"wasmPublic": {"path": "web/app/public/vendor/blender/web_engine.wasm", "sha256": "a847df61055dd322c70b8e57702439f095997831b6d431107895bb5284750234"},
"wasmJs": {"path": "web/app/src/vendor/blender/web_engine.js", "sha256": "9c831d0351ac9d0714cce3b1da748cba416ced3086e3c59595cf24ac4da459ed"},
"desktopReport": {"path": "tests/golden/M16-GAP-00108/warp-modifier-desktop-report.json", "sha256": "5daba0b7befe92e75dab3dca35e00ee1e3c211ab02e9f5ec3ec9bdb5c6164250"},
"webReport": {"path": "tests/golden/M16-GAP-00108/warp-modifier-local-exact-report.json", "sha256": "0aeac2276b0828180780358383b626295b1ef43fece15ac6fcadff880f861dd3"}
},
"nextTask": "M16-GAP-00109"
}

View File

@@ -0,0 +1,181 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00108",
"parentTask": "M16-GAP-00107",
"status": "in_progress",
"goal": "Make the same minimal fixture produce observable modifier:WARP 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": "modifier:WARP",
"ownerFamily": "MODIFIER",
"implementationClass": "LOCAL_EXACT"
},
"commands": [
"build_blender_5.2.0/bin/blender -b --factory-startup --python tools/web/generated/M16-GAP-00108.py -- tests/files/web/generated/M16-GAP-00108-modifier-WARP.blend",
"npm --prefix web run test:generated-gap -- --task M16-GAP-00108",
"node tools/web/check-generated-gap.mjs --task M16-GAP-00108"
],
"inputPaths": [
"tools/web/generated/M16-GAP-00108.py"
],
"inputSelection": {
"schemaVersion": 1,
"limits": {
"maxFiles": 12,
"evidenceBytes": 8192,
"contextRemainingBytes": 6635,
"contextRemainingTokens": 1657
},
"source": {
"bytes": 7365,
"tokens": 1843
},
"selected": [
{
"path": "tools/web/generated/M16-GAP-00108.py",
"bytes": 965,
"tokens": 242
}
],
"excluded": [
{
"path": "tests/files/web/generated/M16-GAP-00108-modifier-WARP.blend",
"bytes": 86403,
"reason": "EVIDENCE_BYTE_BUDGET"
},
{
"path": "blender-5.2.0/source/blender/web_engine/web_engine_blend_reader.cpp",
"bytes": 221873,
"reason": "EVIDENCE_BYTE_BUDGET"
},
{
"path": "tools/web/check-generated-gap.mjs",
"bytes": 143583,
"reason": "EVIDENCE_BYTE_BUDGET"
},
{
"path": "tests/golden/M16-GAP-00108/",
"bytes": null,
"reason": "GENERATED_EVIDENCE_OUTPUT"
},
{
"path": "docs/status/M16-GAP-00108.md",
"bytes": null,
"reason": "GENERATED_EVIDENCE_OUTPUT"
},
{
"path": "tests/golden/M16-GAP-00108/manifest.json",
"bytes": null,
"reason": "GENERATED_EVIDENCE_OUTPUT"
}
],
"totals": {
"files": 1,
"bytes": 965,
"tokens": 242
}
},
"exitCriteria": [
"desktop fixture evidence exists",
"WASM uses the same fixture",
"comparator passes",
"save/reopen preserves Main",
"manifest hashes all artifacts"
],
"nextTask": "M16-GAP-00109",
"sourceDocuments": {
"queue": "docs/EXECUTION_QUEUE.md",
"taskCard": "docs/tasks/M16-GAP-00108.md",
"taskIndex": "tests/golden/M15-03A/task-index.json",
"parentManifest": "tests/golden/M16-GAP-00107/manifest.json",
"parentStatus": "docs/status/M16-GAP-00107.md"
},
"readPolicy": {
"required": [
"docs/EXECUTION_QUEUE.md",
"docs/tasks/M16-GAP-00108.md",
"tests/golden/M16-GAP-00107/manifest.json",
"docs/status/M16-GAP-00107.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-00107",
"parentTask": "M16-GAP-00106",
"status": "done",
"nextTask": "M16-GAP-00108",
"artifactCount": 15
},
"statusSummary": [
"# M16-GAP-00107 Status",
"status: done",
"task: VOLUME_TO_MESH modifier LOCAL_EXACT slice",
"updated: 2026-08-20 America/New_York",
"scope: Mesh-hosted VOLUME_TO_MESH modifier stack exposure for `mesh:WebGapVolumeToMeshMesh`.",
"evidence:",
"- Desktop fixture exposes `WebGapVolumeToMesh` as VOLUME_TO_MESH type code 58; save/reopen is exact.",
"- WASM/Main exposes the same VOLUME_TO_MESH stack entry with matching generic visibility flags; save/reopen is exact."
]
},
"budgets": {
"queueBytes": 4096,
"taskBytes": 1709,
"parentManifestBytes": 24576,
"parentStatusBytes": 6144,
"evidenceFiles": 12,
"evidenceBytes": 8192,
"contextTokens": 3500,
"taskLines": 38,
"taskTokens": 428
},
"size": {
"documents": [
{
"path": "docs/EXECUTION_QUEUE.md",
"bytes": 2168,
"lines": 45,
"tokens": 542
},
{
"path": "docs/tasks/M16-GAP-00108.md",
"bytes": 1709,
"lines": 38,
"tokens": 428
},
{
"path": "tests/golden/M16-GAP-00107/manifest.json",
"bytes": 2766,
"lines": 29,
"tokens": 692
},
{
"path": "docs/status/M16-GAP-00107.md",
"bytes": 722,
"lines": 19,
"tokens": 181
}
],
"sourceTokens": 1843,
"evidenceFiles": 1,
"evidenceBytes": 965,
"evidenceTokens": 242,
"totalTokens": 2085,
"withinBudget": true
}
}

View File

@@ -0,0 +1,23 @@
{
"blenderVersion": "5.2.0 LTS",
"fixture": "/home/mes123456/workinf_Blender_Wasm/tests/files/web/generated/M16-GAP-00108-modifier-WARP.blend",
"fixtureSha256": "a328ef4b4cbcf265de0483012f80860fccb75e53fcb25bd6ccbe81dc97cb0ba5",
"modifier": {
"meshId": "mesh:WebGapWarpMesh",
"modifier": {
"name": "WebGapWarp",
"showEditMode": false,
"showOnCage": false,
"showRender": false,
"showViewport": true,
"type": "WARP",
"typeCode": 35
},
"objectId": "object:WebGapWarpObject",
"task": "M16-GAP-00108"
},
"operation": "WARP_MODIFIER_DESKTOP",
"saveReopen": "EXACT",
"schemaVersion": 1,
"task": "M16-GAP-00108"
}

View File

@@ -0,0 +1,42 @@
{
"schemaVersion": 1,
"task": "M16-GAP-00108",
"operation": "WARP_MODIFIER_LOCAL_EXACT",
"fixture": {
"path": "tests/files/web/generated/M16-GAP-00108-modifier-WARP.blend",
"sha256": "a328ef4b4cbcf265de0483012f80860fccb75e53fcb25bd6ccbe81dc97cb0ba5"
},
"desktop": {
"status": "EXACT",
"report": "tests/golden/M16-GAP-00108/warp-modifier-desktop-report.json",
"saveReopen": "EXACT"
},
"wasm": {
"status": "EXACT",
"objectId": "object:WebGapWarpObject",
"meshId": "mesh:WebGapWarpMesh",
"modifier": {
"dependsOn": [],
"enabled": true,
"evaluationStatus": "BLOCKED",
"name": "WebGapWarp",
"parameters": {
"flag": 5,
"mode": 1,
"persistentUid": 614917079,
"typeCode": 35
},
"showEditMode": false,
"showOnCage": false,
"showRender": false,
"showViewport": true,
"type": "WARP",
"uuid": "modifier:object:WebGapWarpObject:614917079"
}
},
"saveReopen": "EXACT",
"negative": {
"malformedBlend": "REJECTED_WITHOUT_MAIN_MUTATION"
},
"nextTask": "M16-GAP-00109"
}