1.3 KiB
N-012 Geometry Nodes 与 Simulation
状态:in_progress(资源/Simulation cache 安全层)
详细分解、GraphIR、字段/实例闭包、deterministic simulation cache、错误码和验收命令见
docs/UNDECLARED_CAPABILITIES_EXECUTION_PLAN.md。
本轮已交付版本化 GeometryNodeGraphIR、node/socket/link/domain 校验、支持节点白名单、
循环依赖和自递归 group 检测。Object/Collection/Image Info 资源现在按 SceneIR stable ID、
资源类型、owner cycle 和 linked/missing/corrupt 沙箱校验。合法图仍只通过协议门,native
lazy-function evaluator 未启用时返回 CAPABILITY_MISSING。
SimulationCacheManifestIR 已绑定 graph/source blend/input hash、Blender 5.2、完整帧范围、
连续 byte range、总 payload 和逐帧 SHA-256。StorageWorker schema 6 使用 OPFS 内容寻址资产
和 simulation_manifest 索引,写入前核对当前 committed blend,Worker 重启后重新逐帧验证;
缺失、版本不符和损坏均结构化阻断。
仍未声明:浏览器生成 bake、WASM Simulation Zone 求值、cache frame seek 接入 GN modifier、
任意 lazy-function/field/instance graph。验收:npm --prefix web run test:simulation-cache、
npm --prefix web run test:capability-gates。