Advance M7 workflows and release operations
This commit is contained in:
518
docs/BLENDER_5_2_FULL_PARITY_WBS.md
Normal file
518
docs/BLENDER_5_2_FULL_PARITY_WBS.md
Normal file
@@ -0,0 +1,518 @@
|
||||
# Blender 5.2 全功能对标工作分解
|
||||
|
||||
更新时间:2026-08-15
|
||||
|
||||
## 1. 目标与事实边界
|
||||
|
||||
本文把“对标 Blender 全部功能”定义为:以仓库内 `blender-5.2.0` 的 RNA、operator、
|
||||
data-block、modifier、node、editor、文件格式和运行时后端为冻结基线,逐项给出
|
||||
`LOCAL_EXACT`、`LOCAL_BOUNDED`、`SERVER` 或 `EXCLUDED` 结论,并为结论保存可复验的正例、
|
||||
阻断例和数据保真证据。
|
||||
|
||||
当前 `Web Blender Modeler V1` 已达到其有界发布范围,但不等于完整 Blender。机器账本中
|
||||
N-015 至 N-026 的 12 个 family 全部仍为 `parityStatus=BLOCKED`。因此以下任务默认均为未完成;
|
||||
只有 `docs/status/parity-ledger.json` 和对应专项证据同时更新后才允许改变状态。
|
||||
|
||||
短周期唯一领取顺序仍以 `docs/CURRENT_EXECUTION_PLAN.md` 为准。本文负责完整产品范围和细粒度
|
||||
工作包,不取代当前执行队列。
|
||||
|
||||
## 2. 原子任务完成定义
|
||||
|
||||
每个能力切片必须依次通过以下原子门;不能用后一个门反推前一个门完成:
|
||||
|
||||
| 门 | 单一产物 | 退出条件 |
|
||||
| --- | --- | --- |
|
||||
| G0 Inventory | 一条机器可读 inventory 记录 | Blender 5.2 名称、源码锚点、依赖和分类均存在 |
|
||||
| G1 Contract | 一个版本化协议 | 字段、上限、稳定 ID、错误码和 revision 规则可纯校验 |
|
||||
| G2 Reader | 一个 Blender Main reader | 真实 fixture 可读;缺失、损坏和 linked 输入有稳定结果 |
|
||||
| G3 Evaluator | 一个求值切片 | desktop 与 WASM 的语义或误差 golden 通过 |
|
||||
| G4 Writer | 一个 Main transaction | 只产生一个 undo step;失败不改变 revision |
|
||||
| G5 Persistence | 一个保存重开闭环 | save、Worker restart、reopen 后语义和稳定 ID 一致 |
|
||||
| G6 Delta | 一个增量协议 | base/next revision、乱序、重复和 stale 输入均有测试 |
|
||||
| G7 UI | 一个可操作入口 | context、selection、取消、键盘路径和错误显示完整 |
|
||||
| G8 Viewport | 一个渲染闭环 | 主线程与 Offscreen 资源生命周期、非空像素和 device loss 通过 |
|
||||
| G9 Interop | 一个导入/导出结论 | round-trip 或机器可读 loss/block report 通过 |
|
||||
| G10 Quality | 一个发布证据 | 性能、OOM、quota、恶意输入、取消和泄漏门通过 |
|
||||
|
||||
一个原子任务只允许交付一个门。新增白名单项时,必须为该项新建自己的 G2-G10 证据,不能只
|
||||
扩大数组后复用其他项的成功记录。
|
||||
|
||||
## 3. 阶段与最小里程碑
|
||||
|
||||
| 阶段 | 最小里程碑 | 前置 | 退出条件 |
|
||||
| --- | --- | --- | --- |
|
||||
| S0 可部署运行时 | M6.1-M6.7 | V1 RC | single/pthread、HTTP、归档、CI、运维逐项通过 |
|
||||
| S1 核心项目体验 | M7 | S0 | 30 分钟 edit/save/reopen soak 和恢复通过 |
|
||||
| S2 全量清单冻结 | F00 | S1 | Blender 5.2 inventory 生成器输出稳定且零未分类项 |
|
||||
| S3 数据与场景核心 | F01-F03 | S2 | Main/ID/Scene/Object/Collection/View Layer 闭环 |
|
||||
| S4 几何创作 | F04-F08 | S3 | Mesh、非 Mesh、Sculpt、Paint、Grease Pencil 分域通过 |
|
||||
| S5 程序化与材质 | F09-F11 | S3 | Modifier、Geometry Nodes、Shader/Texture 分域通过 |
|
||||
| S6 动画与绑定 | F12-F13 | S3 | Animation、Rigging、Constraint、Driver、NLA 分域通过 |
|
||||
| S7 模拟与渲染 | F14-F16 | S5、S6 | Physics、Render、Compositor 的 local/server 边界通过 |
|
||||
| S8 媒体与跟踪 | F17-F18 | S3 | VSE/Audio、Tracking/Mask 闭环 |
|
||||
| S9 资产与互操作 | F19-F20 | S3 | Library/Asset 与逐格式 round-trip/loss report 通过 |
|
||||
| S10 编辑器与平台 | F21-F23 | S4-S9 | editor、keymap、scripting、安全、跨浏览器分类完成 |
|
||||
| S11 全域发布审计 | F24 | S0-S10 | inventory 零缺口;每项均有正例或稳定阻断证据 |
|
||||
|
||||
每个 F 域内部再按 `inventory -> read -> evaluate -> write -> persist -> UI -> quality` 形成独立小
|
||||
里程碑。跨域依赖只允许引用已经通过的前置门。
|
||||
|
||||
## 4. F00 全量清单与状态生成
|
||||
|
||||
- [ ] `F00-01` 从 RNA 生成全部 data-block type 清单。
|
||||
- [ ] `F00-02` 从 operator registry 生成 operator、poll context 和参数清单。
|
||||
- [ ] `F00-03` 从 modifier enum 生成全部 modifier type 清单。
|
||||
- [ ] `F00-04` 从 node registries 生成 Geometry、Shader、Compositor node 清单。
|
||||
- [ ] `F00-05` 从 constraint registry 生成 Object/Bone constraint 清单。
|
||||
- [ ] `F00-06` 从 editor space types 生成 editor、region 和 mode 清单。
|
||||
- [ ] `F00-07` 从 import/export registrations 生成格式和扩展清单。
|
||||
- [ ] `F00-08` 从 render/physics feature flags 生成后端能力清单。
|
||||
- [ ] `F00-09` 为每条清单记录 Blender 源文件、符号和版本。
|
||||
- [ ] `F00-10` 为每条清单分配稳定 parity ID,重跑不得漂移。
|
||||
- [ ] `F00-11` 把现有 N-001 至 N-026 证据映射到 parity ID。
|
||||
- [ ] `F00-12` 拒绝同一 parity ID 同时声明不兼容的 release class。
|
||||
- [ ] `F00-13` CI 检查新增 Blender 项目必须先分类才能合并。
|
||||
- [ ] `F00-14` 生成按 family、状态、后端和依赖聚合的差距报告。
|
||||
- [ ] `F00-15` 固定 Blender 5.2 inventory hash,作为全域发布输入。
|
||||
|
||||
里程碑 F00:重复生成结果 byte-for-byte 一致,未分类计数为 0,任何汇总状态均可追溯到单项。
|
||||
|
||||
## 5. F01 文件、Main、ID 与恢复
|
||||
|
||||
- [ ] `F01-01` 盘点全部可持久化 ID type 和 embedded ID。
|
||||
- [ ] `F01-02` 为每个 ID type 建立最小合法 `.blend` fixture。
|
||||
- [ ] `F01-03` 为 library-linked、missing、override 三种所有权建立 fixture。
|
||||
- [ ] `F01-04` 逐 ID type 验证 wasm32 DNA 对齐和指针重建。
|
||||
- [ ] `F01-05` 逐 ID type 验证 Main 加载、释放和 100 次重复无增长。
|
||||
- [ ] `F01-06` 固定 stable ID 在 rename、duplicate、append 后的规则。
|
||||
- [ ] `F01-07` 固定 ID add/remove/remap 的单事务 revision 规则。
|
||||
- [ ] `F01-08` 验证 undo/redo 不产生悬挂 ID 引用。
|
||||
- [ ] `F01-09` 验证保存取消保持旧 `.blend` hash。
|
||||
- [ ] `F01-10` 验证 OOM 保持旧 Main 和旧 OPFS revision。
|
||||
- [ ] `F01-11` 验证 staging、journal、manifest 三个崩溃点恢复。
|
||||
- [ ] `F01-12` 验证跨 Worker 重启的 command replay 去重。
|
||||
- [ ] `F01-13` 建立 schema migration 向前、向后和拒绝矩阵。
|
||||
- [ ] `F01-14` 建立 autosave、manual save、save-as 的互斥状态机。
|
||||
- [ ] `F01-15` 建立未知新 DNA 字段的数据保留测试。
|
||||
|
||||
里程碑 F01:所有已分类 ID 都能精确读取并安全释放;允许写入的 ID 完成原子保存重开,其余保持
|
||||
数据不丢失并返回稳定阻断。
|
||||
|
||||
## 6. F02 Scene、Object、Collection 与 View Layer
|
||||
|
||||
- [ ] `F02-01` 完整读取 Scene、ViewLayer、LayerCollection 和 Collection 层级。
|
||||
- [ ] `F02-02` 完整读取 Object 类型、实例、显示、选择和可见性状态。
|
||||
- [ ] `F02-03` 验证 local/world/parent inverse/delta transform 组合。
|
||||
- [ ] `F02-04` 验证 parent 类型 Object/Bone/Vertex/Vertex3。
|
||||
- [ ] `F02-05` 实现 View Layer create/remove/rename Main transaction。
|
||||
- [ ] `F02-06` 实现 Collection link/unlink/move Main transaction。
|
||||
- [ ] `F02-07` 实现 Object link/unlink/duplicate/delete Main transaction。
|
||||
- [ ] `F02-08` 实现 parent/unparent/clear inverse Main transaction。
|
||||
- [ ] `F02-09` 实现 transform、apply transform 和 origin 独立 transaction。
|
||||
- [ ] `F02-10` 实现 instance collection 和 real-user 计数安全门。
|
||||
- [ ] `F02-11` 验证 dependency cycle 和跨 Scene 引用阻断。
|
||||
- [ ] `F02-12` 同步 View3D、Outliner、Properties 的 selection/context revision。
|
||||
- [ ] `F02-13` 验证 local view、hide、exclude、holdout 和 indirect-only 映射。
|
||||
- [ ] `F02-14` 保存重开后比较层级、可见性和 stable ID。
|
||||
- [ ] `F02-15` 建立 100k Object/Collection 的分块与性能门。
|
||||
|
||||
## 7. F03 Depsgraph、Animation Frame 与 Delta
|
||||
|
||||
- [ ] `F03-01` 为全部 ID type 记录 depsgraph component/operation 支持状态。
|
||||
- [ ] `F03-02` 验证 graph build、tagged update、frame change 和 graph free。
|
||||
- [ ] `F03-03` 验证对象 transform dependency ordering。
|
||||
- [ ] `F03-04` 验证 modifier、constraint、driver、parent 跨对象依赖边。
|
||||
- [ ] `F03-05` 验证 dependency cycle 报告包含稳定对象和 operation ID。
|
||||
- [ ] `F03-06` 固定每种 Main edit 的最小 recalc tag。
|
||||
- [ ] `F03-07` 拒绝 stale evaluation 覆盖新 revision。
|
||||
- [ ] `F03-08` 固定 frame seek 取消和迟到结果丢弃规则。
|
||||
- [ ] `F03-09` 对 snapshot 与 delta 结果建立等价性测试。
|
||||
- [ ] `F03-10` 对 add/remove/remap 建立 delta 顺序测试。
|
||||
- [ ] `F03-11` 对 mesh byte range 建立重叠、越界和合并测试。
|
||||
- [ ] `F03-12` 对资源 delta 建立 hash、生命周期和引用计数测试。
|
||||
- [ ] `F03-13` 主线程与 Offscreen 消费同一 revision 序列。
|
||||
- [ ] `F03-14` 100 次 frame/update 循环无 Main、Worker、GPU 持续增长。
|
||||
|
||||
## 8. F04 Mesh 建模与 UV
|
||||
|
||||
- [ ] `F04-01` 冻结 Object/Edit Mode mesh operator 白名单。
|
||||
- [ ] `F04-02` 完成 vertex/edge/face select、history 和 active element。
|
||||
- [ ] `F04-03` 完成 box/circle/lasso/select-linked/select-similar。
|
||||
- [ ] `F04-04` 完成 primitive add 的逐 primitive fixture。
|
||||
- [ ] `F04-05` 完成 merge、split、separate、join 的逐操作闭环。
|
||||
- [ ] `F04-06` 完成 extrude vertex/edge/face/region 的逐模式闭环。
|
||||
- [ ] `F04-07` 完成 inset individual/region 的逐参数闭环。
|
||||
- [ ] `F04-08` 完成 bevel vertex/edge 的 segment/profile/clamp 闭环。
|
||||
- [ ] `F04-09` 完成 loop cut、slide 和 edge ring selection。
|
||||
- [ ] `F04-10` 完成 knife、bisect 和 intersect 的独立闭环。
|
||||
- [ ] `F04-11` 完成 rip、spin、screw 和 bridge edge loops。
|
||||
- [ ] `F04-12` 完成 fill、grid fill、beautify 和 triangulate/quads。
|
||||
- [ ] `F04-13` 完成 dissolve vertex/edge/face/limited dissolve。
|
||||
- [ ] `F04-14` 完成 normals recalc/flip/split/merge by distance。
|
||||
- [ ] `F04-15` 完成 crease、bevel weight、sharp、seam 属性编辑。
|
||||
- [ ] `F04-16` 完成 vertex group、color attribute 和 generic attribute 编辑。
|
||||
- [ ] `F04-17` 完成 UV seam、unwrap、smart project、cube/cylinder/sphere project。
|
||||
- [ ] `F04-18` 完成 UV select、stitch、weld、pin、align、pack islands。
|
||||
- [ ] `F04-19` 完成 multi-UV map、active/render UV 和 UDIM tile 规则。
|
||||
- [ ] `F04-20` 每个 operator 建立 non-manifold、degenerate 和预算负例。
|
||||
- [ ] `F04-21` 每个 operator 建立 Main/undo/save/reopen/desktop golden。
|
||||
- [ ] `F04-22` 建立 1M vertex edit 的取消、内存和 delta 性能门。
|
||||
|
||||
## 9. F05 Curve、Surface、Text、Metaball 与现代 Curves
|
||||
|
||||
- [ ] `F05-01` 完成 Curve Poly/Bezier/NURBS 全字段 reader。
|
||||
- [ ] `F05-02` 完成 Surface U/V order、knot、endpoint、cyclic reader。
|
||||
- [ ] `F05-03` 完成 Text body、textbox、paragraph、style 和 VFont reader。
|
||||
- [ ] `F05-04` 完成 Metaball family、element、threshold 和 update reader。
|
||||
- [ ] `F05-05` 完成 Curves point/curve domain 与全部基础属性 reader。
|
||||
- [ ] `F05-06` 完成 PointCloud position/radius/custom attributes reader。
|
||||
- [ ] `F05-07` 完成 spline/control point/handle create、remove、reorder。
|
||||
- [ ] `F05-08` 完成 spline type convert、cyclic、tilt、radius 和 weight 编辑。
|
||||
- [ ] `F05-09` 完成 Surface U/V topology 和 rational weight 编辑。
|
||||
- [ ] `F05-10` 完成 Text body、style range、textbox 和 layout 编辑。
|
||||
- [ ] `F05-11` 完成外部字体校验、OPFS 绑定、替换和缺失恢复。
|
||||
- [ ] `F05-12` 完成 Metaball element add/remove/transform 编辑。
|
||||
- [ ] `F05-13` 完成 Curves selection、comb、length 和 radius 有界工具。
|
||||
- [ ] `F05-14` 验证 legacy/evaluated mesh 与 desktop tessellation golden。
|
||||
- [ ] `F05-15` 验证主线程/Offscreen handle raycast、gizmo 和释放。
|
||||
- [ ] `F05-16` 完成 GLB/USD 映射或逐类型 loss report。
|
||||
|
||||
## 10. F06 Volume、Hair 与大规模稀疏数据
|
||||
|
||||
- [ ] `F06-01` 读取 Volume grid、transform、class、type 和 metadata。
|
||||
- [ ] `F06-02` 固定 OpenVDB 到 NanoVDB converter build identity。
|
||||
- [ ] `F06-03` 校验每个 grid 和 chunk 的 offset、length、hash。
|
||||
- [ ] `F06-04` 完成 HTTP range、retry、resume 和 If-Range。
|
||||
- [ ] `F06-05` 完成 OPFS bundle 原子绑定和 Worker 重发现。
|
||||
- [ ] `F06-06` 定义 GPU page-fault feedback 和 overflow 行为。
|
||||
- [ ] `F06-07` 完成 page request 合并、取消、hash 和 stale revision 门。
|
||||
- [ ] `F06-08` 完成 resident page table、pin、LRU 和确定性 OOM。
|
||||
- [ ] `F06-09` 完成主线程 WebGPU 自动缺页重绘。
|
||||
- [ ] `F06-10` 完成 Offscreen WebGPU 相同缺页序列。
|
||||
- [ ] `F06-11` 完成 density/temperature/flame/color 有限材质映射。
|
||||
- [ ] `F06-12` 完成 device loss 后 page table 有界恢复。
|
||||
- [ ] `F06-13` 完成 Hair curves、root binding 和 surface dependency reader。
|
||||
- [ ] `F06-14` 完成 64 MiB/1 GiB sparse bundle 预算和取消门。
|
||||
- [ ] `F06-15` 完成 Volume Main + asset + viewport 联合保存重开。
|
||||
- [ ] `F06-16` 完成 desktop/主线程/Offscreen 三视角 golden。
|
||||
|
||||
## 11. F07 Sculpt、Vertex Paint、Weight Paint 与 Texture Paint
|
||||
|
||||
- [ ] `F07-01` 冻结 PBVH 类型、brush、falloff 和 symmetry inventory。
|
||||
- [ ] `F07-02` 接入真实 PBVH node 查询,移除 proxy-success。
|
||||
- [ ] `F07-03` 接入深度/遮挡可见性采样。
|
||||
- [ ] `F07-04` 完成 Draw、Smooth、Inflate、Grab 各自 desktop golden。
|
||||
- [ ] `F07-05` 完成 Mask draw/clear/invert 和 Face Set 操作。
|
||||
- [ ] `F07-06` 完成 symmetry、radial symmetry 和 texture mask 规则。
|
||||
- [ ] `F07-07` 一个 pointer session 只提交一个 Main undo step。
|
||||
- [ ] `F07-08` 完成 Vertex Paint blend、falloff、selection mask。
|
||||
- [ ] `F07-09` 完成 Weight Paint normalize、limit、mirror、clean。
|
||||
- [ ] `F07-10` 完成 multi-paint、auto-normalize 和 bone selection 联动。
|
||||
- [ ] `F07-11` 完成 Texture Paint UV hit、seam bleed 和 clone source。
|
||||
- [ ] `F07-12` 完成 packed/UDIM dirty tile 原子事务。
|
||||
- [ ] `F07-13` 完成 4K/8K texture upload、LRU、quota 和 OOM。
|
||||
- [ ] `F07-14` 完成笔/压力输入与鼠标输入确定性 fixture。
|
||||
- [ ] `F07-15` 每种 paint 模式完成 undo/save/reopen 和 Worker restart。
|
||||
|
||||
## 12. F08 Grease Pencil
|
||||
|
||||
- [ ] `F08-01` 完成 Layer/Group/Frame/Drawing/Stroke/Point 全字段 reader。
|
||||
- [ ] `F08-02` 完成 layer/group create/remove/reorder transaction。
|
||||
- [ ] `F08-03` 完成 frame insert/remove/duplicate/move transaction。
|
||||
- [ ] `F08-04` 完成 draw/erase stroke 单 pointer transaction。
|
||||
- [ ] `F08-05` 完成 point/stroke/segment select、marquee、lasso。
|
||||
- [ ] `F08-06` 完成 point radius/opacity/color/material/cyclic 编辑。
|
||||
- [ ] `F08-07` 完成 onion skin 和 multi-frame preview。
|
||||
- [ ] `F08-08` 完成 2D canvas 与 3D viewport selection revision 同步。
|
||||
- [ ] `F08-09` 完成 Dope Sheet frame exposure 编辑。
|
||||
- [ ] `F08-10` 逐个接入 Grease Pencil modifier reader/evaluator。
|
||||
- [ ] `F08-11` 完成主线程/Offscreen stroke tessellation golden。
|
||||
- [ ] `F08-12` 完成 save/reopen、GLB/USD loss 和大 drawing 性能门。
|
||||
|
||||
## 13. F09 Modifier 与 Geometry Processing
|
||||
|
||||
- [ ] `F09-01` 将 Blender 5.2 modifier 0-86 每项映射到 parity ID。
|
||||
- [ ] `F09-02` 每项读取 name、UID、stack order、mode 和 target。
|
||||
- [ ] `F09-03` 每项建立 unsupported preservation fixture。
|
||||
- [ ] `F09-04` 逐项开放 Generate modifier evaluator 和 golden。
|
||||
- [ ] `F09-05` 逐项开放 Deform modifier evaluator 和 golden。
|
||||
- [ ] `F09-06` 逐项开放 Physics modifier cache/evaluator 和 golden。
|
||||
- [ ] `F09-07` 逐项开放 Grease Pencil modifier evaluator 和 golden。
|
||||
- [ ] `F09-08` 逐项实现参数 Main edit、undo、save/reopen。
|
||||
- [ ] `F09-09` 逐项实现 apply/copy/move/remove transaction。
|
||||
- [ ] `F09-10` 验证 object/collection/texture target 缺失和 cycle。
|
||||
- [ ] `F09-11` 验证 viewport/render/edit/cage 开关组合。
|
||||
- [ ] `F09-12` 验证 stack reorder 与 depsgraph recalc 最小化。
|
||||
- [ ] `F09-13` Decimate 三模式完成全部 delimiter/weight/symmetry 组合。
|
||||
- [ ] `F09-14` Subdivision CPU/OpenSubdiv/WebGPU 路径分别声明。
|
||||
- [ ] `F09-15` 1M/10M topology 的取消、内存、Worker restart 门。
|
||||
|
||||
## 14. F10 Geometry Nodes 与 Simulation Zone
|
||||
|
||||
- [ ] `F10-01` 完成 node/group/interface/socket/link/stable ID reader。
|
||||
- [ ] `F10-02` 生成全部 Geometry Node type inventory。
|
||||
- [ ] `F10-03` 为 unsupported node 保留原图并阻断求值。
|
||||
- [ ] `F10-04` 逐 node 建立最小 desktop fixture。
|
||||
- [ ] `F10-05` 逐 node 实现 socket 默认值和 link type 校验。
|
||||
- [ ] `F10-06` 逐 node 接入 Blender lazy-function evaluator。
|
||||
- [ ] `F10-07` 逐 node 比较 geometry、attribute、instance 输出。
|
||||
- [ ] `F10-08` 固定 field context、domain adaptation 和匿名属性寿命。
|
||||
- [ ] `F10-09` 固定 group recursion、dependency cycle 和深度预算。
|
||||
- [ ] `F10-10` 实现 node add/remove/move/link/unlink 单 transaction。
|
||||
- [ ] `F10-11` 实现 interface socket add/remove/reorder transaction。
|
||||
- [ ] `F10-12` Simulation Zone cache 绑定 graph/source/revision hash。
|
||||
- [ ] `F10-13` 完成 cache cancel、LRU、corruption、restart 和 OOM。
|
||||
- [ ] `F10-14` 完成 node editor UI、selection、search 和错误定位。
|
||||
- [ ] `F10-15` 恶意大图、深链、宽 fan-out 和资源引用预算门。
|
||||
|
||||
## 15. F11 Material、Shader Nodes、Texture 与 Color Management
|
||||
|
||||
- [ ] `F11-01` 完成 Material slot、surface/volume/displacement 全字段 reader。
|
||||
- [ ] `F11-02` 生成全部 Shader Node type inventory。
|
||||
- [ ] `F11-03` 逐 node 建立 socket/link/default desktop fixture。
|
||||
- [ ] `F11-04` 逐 node 实现 Main add/remove/link/parameter transaction。
|
||||
- [ ] `F11-05` 完成 Principled BSDF 全输入和版本语义映射。
|
||||
- [ ] `F11-06` 完成 Texture Coordinate/Mapping/Image/Environment 节点。
|
||||
- [ ] `F11-07` 完成 Normal/Bump/Displacement/Tangent 节点。
|
||||
- [ ] `F11-08` 完成 Math/Vector Math/Mix/Color Ramp 节点。
|
||||
- [ ] `F11-09` 固定 unsupported graph preservation 和 compile block。
|
||||
- [ ] `F11-10` shader key 绑定 graph、asset、color space 和 backend。
|
||||
- [ ] `F11-11` compile failure 保留上一份可用 pipeline。
|
||||
- [ ] `F11-12` 完成 image source、packed、UDIM、sequence 和 generated 生命周期。
|
||||
- [ ] `F11-13` 完成 sRGB/linear/non-color/scene-linear 转换 golden。
|
||||
- [ ] `F11-14` 完成 OCIO view/display/look/exposure 能力矩阵。
|
||||
- [ ] `F11-15` 完成 viewport PBR 与 Blender reference 像素误差门。
|
||||
|
||||
## 16. F12 Animation、Driver、NLA 与 Timeline
|
||||
|
||||
- [ ] `F12-01` 完成 Action/Slot/FCurve/Group/Channel 全字段 reader。
|
||||
- [ ] `F12-02` 完成 keyframe insert/delete/move/duplicate transaction。
|
||||
- [ ] `F12-03` 完成 constant/linear/bezier interpolation。
|
||||
- [ ] `F12-04` 完成 handle type、tangent、easing 和 extrapolation。
|
||||
- [ ] `F12-05` 完成 modifier、sampled point 和 cyclic FCurve reader。
|
||||
- [ ] `F12-06` 完成 Dope Sheet channel/filter/selection 同步。
|
||||
- [ ] `F12-07` 完成 Graph Editor key/handle/curve editing。
|
||||
- [ ] `F12-08` 完成 marker、preview range、playback 和 audio sync 状态。
|
||||
- [ ] `F12-09` 完成 driver variable/target/expression 安全 reader。
|
||||
- [ ] `F12-10` 只对白名单 driver expression 开放本地求值。
|
||||
- [ ] `F12-11` 完成 NLA track/strip/action/time mapping 只读求值。
|
||||
- [ ] `F12-12` 完成 Clip/Transition/Meta/Sound strip 逐类型编辑。
|
||||
- [ ] `F12-13` 完成 blend/repeat/reverse/animated time 逐参数 golden。
|
||||
- [ ] `F12-14` 完成 NLA Editor selection、move、trim 和 mute/solo。
|
||||
- [ ] `F12-15` 完成 animation GLB/USD 映射和 loss report。
|
||||
|
||||
## 17. F13 Armature、Pose、Constraint 与 Shape Key
|
||||
|
||||
- [ ] `F13-01` 完成 Armature/Bone/EditBone/PoseBone 全字段 reader。
|
||||
- [ ] `F13-02` 完成 rest/pose/parent/connected/inherit scale 组合 golden。
|
||||
- [ ] `F13-03` 完成 edit bone add/remove/subdivide/extrude/parent transaction。
|
||||
- [ ] `F13-04` 完成 pose transform、clear、copy/paste 和 pose library transaction。
|
||||
- [ ] `F13-05` 生成全部 Object/Bone Constraint inventory。
|
||||
- [ ] `F13-06` 逐 constraint 读取参数、target、space 和 influence。
|
||||
- [ ] `F13-07` 逐 constraint 建立 desktop/WASM frame golden。
|
||||
- [ ] `F13-08` 逐 constraint 实现 add/remove/reorder/parameter transaction。
|
||||
- [ ] `F13-09` 完成 IK chain、pole、limits 和 dependency cycle。
|
||||
- [ ] `F13-10` 完成 vertex group weight、bind matrix 和 armature modifier。
|
||||
- [ ] `F13-11` 完成 Shape Key relative/absolute、value 和 slider 编辑。
|
||||
- [ ] `F13-12` 完成 Shape Key topology change 阻断或精确 remap。
|
||||
- [ ] `F13-13` 完成 skin/shape simplification 误差预算和稳定阻断。
|
||||
- [ ] `F13-14` 完成 Three.js skeleton/morph 和双视口像素门。
|
||||
- [ ] `F13-15` 完成 GLB skin/morph/animation desktop reimport 比较。
|
||||
|
||||
## 18. F14 Physics、Particles 与 Simulation Cache
|
||||
|
||||
- [ ] `F14-01` 冻结 Rigid Body/World/Constraint inventory。
|
||||
- [ ] `F14-02` 冻结 Cloth/Collision/Soft Body inventory。
|
||||
- [ ] `F14-03` 冻结 Fluid Domain/Flow/Effector inventory。
|
||||
- [ ] `F14-04` 冻结 Dynamic Paint Canvas/Brush inventory。
|
||||
- [ ] `F14-05` 冻结 Particle/Hair/Force Field inventory。
|
||||
- [ ] `F14-06` 逐 family 完成 Main settings/dependency reader。
|
||||
- [ ] `F14-07` 逐 family 完成 settings edit/undo/save/reopen。
|
||||
- [ ] `F14-08` 逐 family 定义 local solver、desktop bake 或 server 分类。
|
||||
- [ ] `F14-09` 逐 family 定义 cache manifest 和 frame binary schema。
|
||||
- [ ] `F14-10` 完成 source/settings/build/frame/hash 绑定。
|
||||
- [ ] `F14-11` 完成 exact frame seek、range read 和 stale frame gate。
|
||||
- [ ] `F14-12` 完成 bake start/progress/cancel/commit 状态机。
|
||||
- [ ] `F14-13` 完成 cache LRU、quota、corruption 和 Worker restart。
|
||||
- [ ] `F14-14` 每 family 完成 100 帧 desktop/browser golden。
|
||||
- [ ] `F14-15` 每 family 完成 OOM、timeout、device loss 和 server fault 门。
|
||||
|
||||
## 19. F15 Camera、Lighting、Render 与 Output
|
||||
|
||||
- [ ] `F15-01` 完成 Camera lens/sensor/shift/clip/DOF/panorama reader。
|
||||
- [ ] `F15-02` 完成 Point/Sun/Spot/Area light 全字段 reader。
|
||||
- [ ] `F15-03` 完成 World surface/color/strength/environment reader。
|
||||
- [ ] `F15-04` 完成 Scene render、film、format、color management reader。
|
||||
- [ ] `F15-05` 每个字段完成 Main edit/undo/save/reopen。
|
||||
- [ ] `F15-06` 完成 Three/WebGPU camera、light 和 shadow 映射。
|
||||
- [ ] `F15-07` 固定灯数、shadow atlas、probe 和 texture 预算。
|
||||
- [ ] `F15-08` 冻结 Workbench feature matrix 和 pixel golden。
|
||||
- [ ] `F15-09` 冻结 Eevee feature matrix 和 pixel golden。
|
||||
- [ ] `F15-10` 将 Cycles device/backend 明确分类为 server。
|
||||
- [ ] `F15-11` 完成 render job submit/progress/cancel/result hash。
|
||||
- [ ] `F15-12` 完成 Freestyle capability 和 server result binding。
|
||||
- [ ] `F15-13` 完成 Render Result/pass/layer metadata 和查看器。
|
||||
- [ ] `F15-14` 完成 image output format/color/alpha 能力矩阵。
|
||||
- [ ] `F15-15` 完成 device loss、OOM、timeout 和错误报告。
|
||||
|
||||
## 20. F16 Compositor
|
||||
|
||||
- [ ] `F16-01` 生成全部 Compositor Node inventory。
|
||||
- [ ] `F16-02` 完成 graph/socket/link/default/resource reader。
|
||||
- [ ] `F16-03` 逐 node 建立 desktop input/output fixture。
|
||||
- [ ] `F16-04` 逐 node 实现 CPU 或 WebGPU executor。
|
||||
- [ ] `F16-05` 逐 node 实现 Main parameter/link transaction。
|
||||
- [ ] `F16-06` unsupported graph 保留并提交 server 或阻断。
|
||||
- [ ] `F16-07` 完成 Render Layer/Image/Movie Clip/Mask 资源绑定。
|
||||
- [ ] `F16-08` 完成 Viewer/Composite/File Output 目标边界。
|
||||
- [ ] `F16-09` 完成 tile、frame cache、LRU 和 revision key。
|
||||
- [ ] `F16-10` 完成 worker cancellation 和迟到 tile 丢弃。
|
||||
- [ ] `F16-11` 完成 HDR、alpha、color-space 像素 golden。
|
||||
- [ ] `F16-12` 完成大图、恶意图、cycle、OOM 和 device loss 门。
|
||||
|
||||
## 21. F17 Video Sequencer 与 Audio
|
||||
|
||||
- [ ] `F17-01` 完成 Scene/Movie/Image/Sound/Effect/Meta strip reader。
|
||||
- [ ] `F17-02` 完成 channel/range/offset/speed/transform/crop reader。
|
||||
- [ ] `F17-03` 生成 effect、transition 和 modifier inventory。
|
||||
- [ ] `F17-04` 完成 add/remove/move/trim/split transaction。
|
||||
- [ ] `F17-05` 完成 meta group/ungroup 和 dependency cycle。
|
||||
- [ ] `F17-06` 逐 effect/transition 建立 frame golden。
|
||||
- [ ] `F17-07` 运行时探测 WebCodecs/HTMLMedia codec 能力。
|
||||
- [ ] `F17-08` 完成 proxy、waveform、thumbnail content-addressed cache。
|
||||
- [ ] `F17-09` 完成精确 seek、scrub、取消和 stale decode gate。
|
||||
- [ ] `F17-10` 完成 audio mix、mute/solo、volume/pan 和 A/V sync。
|
||||
- [ ] `F17-11` 完成 AudioContext suspend/resume 和无设备恢复。
|
||||
- [ ] `F17-12` 最终编码按 codec 分类 local 或 server。
|
||||
- [ ] `F17-13` 完成 1M frame timeline 和长媒体性能门。
|
||||
- [ ] `F17-14` 完成损坏媒体、路径沙箱、网络中断和 quota 门。
|
||||
|
||||
## 22. F18 Movie Tracking 与 Mask
|
||||
|
||||
- [ ] `F18-01` 完成 MovieClip/Proxy/TrackingSettings reader。
|
||||
- [ ] `F18-02` 完成 Track/Marker/PlaneTrack/Object reader。
|
||||
- [ ] `F18-03` 完成 Mask/Layer/Spline/Point/Handle reader。
|
||||
- [ ] `F18-04` 完成 marker add/remove/move/track transaction。
|
||||
- [ ] `F18-05` 完成 mask point/handle/spline/layer transaction。
|
||||
- [ ] `F18-06` 完成 selection、marquee、lasso 和锁定过滤。
|
||||
- [ ] `F18-07` 本地 tracking 算法逐项 capability probe。
|
||||
- [ ] `F18-08` camera solve、stabilize 和 planar track 分类 local/server。
|
||||
- [ ] `F18-09` 完成 server solve submit/cancel/result hash。
|
||||
- [ ] `F18-10` 完成 Clip/Mask editor overlay 和 frame sync。
|
||||
- [ ] `F18-11` 完成 compositor/scene resource binding。
|
||||
- [ ] `F18-12` 完成 desktop solve/error golden、保存重开和媒体故障门。
|
||||
|
||||
## 23. F19 Asset、Library、Link 与 Override
|
||||
|
||||
- [ ] `F19-01` 完成 Asset metadata/tag/catalog/preview reader。
|
||||
- [ ] `F19-02` 完成 catalog schema migration 和稳定 catalog ID。
|
||||
- [ ] `F19-03` 完成 content-addressed preview 生成、缓存和释放。
|
||||
- [ ] `F19-04` 完成 append 单 data-block Main transaction。
|
||||
- [ ] `F19-05` 完成 link read-only ownership 和 reload transaction。
|
||||
- [ ] `F19-06` 完成 relocate、missing library 和 path sandbox。
|
||||
- [ ] `F19-07` 完成 library dependency cycle 检测。
|
||||
- [ ] `F19-08` 完成 override create/resync/reset 操作矩阵。
|
||||
- [ ] `F19-09` 完成跨项目 stable ID 和引用失效规则。
|
||||
- [ ] `F19-10` 完成 Asset Browser search/filter/sort/drag context。
|
||||
- [ ] `F19-11` 完成 OPFS index rebuild 和损坏条目隔离。
|
||||
- [ ] `F19-12` 完成大 catalog、quota、Worker restart 和 malicious metadata 门。
|
||||
|
||||
## 24. F20 Import、Export 与交换格式
|
||||
|
||||
- [ ] `F20-01` 为 glTF/GLB 建立字段级 import/export 矩阵。
|
||||
- [ ] `F20-02` 为 OBJ/MTL 建立字段级 import/export 矩阵。
|
||||
- [ ] `F20-03` 为 STL 建立字段级 import/export 矩阵。
|
||||
- [ ] `F20-04` 为 PLY 建立字段级 import/export 矩阵。
|
||||
- [ ] `F20-05` 为 USD/USDZ 建立字段级 import/export 矩阵。
|
||||
- [ ] `F20-06` 为 Alembic 建立字段级 import/export 矩阵。
|
||||
- [ ] `F20-07` 为 FBX 和其他注册格式给出 local/server/excluded 分类。
|
||||
- [ ] `F20-08` 每种格式完成最小 import -> save -> reopen。
|
||||
- [ ] `F20-09` 每种格式完成 export -> desktop reimport。
|
||||
- [ ] `F20-10` 每种格式比较 hierarchy、geometry、material、animation。
|
||||
- [ ] `F20-11` 每种格式输出机器可读 warning/loss/block report。
|
||||
- [ ] `F20-12` 完成 external URI、path traversal 和 sandbox。
|
||||
- [ ] `F20-13` 完成 archive entry 数、压缩比、总字节和路径预算。
|
||||
- [ ] `F20-14` 完成大文件 streaming、取消、OOM 和临时文件清理。
|
||||
- [ ] `F20-15` 固定 desktop importer/exporter build identity。
|
||||
|
||||
## 25. F21 Editors、Workspace、Keymap 与交互
|
||||
|
||||
- [ ] `F21-01` 生成全部 SpaceType/Region/Mode inventory。
|
||||
- [ ] `F21-02` 完成 View3D/Outliner/Properties 共享 context store。
|
||||
- [ ] `F21-03` 完成 UV/Image Editor 只读面,再逐 writer 开放编辑。
|
||||
- [ ] `F21-04` 完成 Shader/Geometry/Compositor Node Editor 共用 graph 基础层。
|
||||
- [ ] `F21-05` 完成 Dope Sheet/Graph/NLA/Timeline 共用 animation context。
|
||||
- [ ] `F21-06` 完成 Spreadsheet 几何和属性分页读取。
|
||||
- [ ] `F21-07` 完成 Text/Console 的只读与默认拒绝边界。
|
||||
- [ ] `F21-08` 完成 workspace/area/region split/join/layout persistence。
|
||||
- [ ] `F21-09` workspace 保存不得改变 Blender scene revision。
|
||||
- [ ] `F21-10` operator search 只从 capability registry 生成。
|
||||
- [ ] `F21-11` keymap 按 editor/modal/tool context 确定性解析。
|
||||
- [ ] `F21-12` 完成 menu/context menu/popup/modal/Escape 规则。
|
||||
- [ ] `F21-13` 完成鼠标、触控、笔、HiDPI、IME 和非 US 键盘 fixture。
|
||||
- [ ] `F21-14` 完成键盘全路径、焦点、ARIA 和对比度门。
|
||||
- [ ] `F21-15` editor dispose 后零 DOM listener、Worker request 和 GPU 泄漏。
|
||||
|
||||
## 26. F22 Python、Extension 与安全执行边界
|
||||
|
||||
- [ ] `F22-01` 保持 Python/Text autorun/driver/add-on 默认拒绝。
|
||||
- [ ] `F22-02` 完成 script/add-on manifest 只读解析和大小预算。
|
||||
- [ ] `F22-03` 定义签名者、权限、撤销、版本和审计模型。
|
||||
- [ ] `F22-04` 定义浏览器 sandbox 的 DOM/network/OPFS/Worker 权限。
|
||||
- [ ] `F22-05` 完成 CPU、内存、时间和输出预算。
|
||||
- [ ] `F22-06` 完成 requestId replay、审计 hash chain 和篡改拒绝。
|
||||
- [ ] `F22-07` server Blender job 使用一次性目录和只读源。
|
||||
- [ ] `F22-08` server job 固定网络策略、资源限制和超时。
|
||||
- [ ] `F22-09` server result 绑定 source/settings/build/output hash。
|
||||
- [ ] `F22-10` 完成恶意脚本、依赖混淆和逃逸 fixture。
|
||||
- [ ] `F22-11` 完成 CSP:禁止 inline script、eval 和未声明 origin。
|
||||
- [ ] `F22-12` 完成 extension install/update/remove 的签名和回滚策略。
|
||||
|
||||
## 27. F23 平台、偏好、国际化与跨浏览器
|
||||
|
||||
- [ ] `F23-01` 冻结 Chromium single/pthread 平台能力报告。
|
||||
- [ ] `F23-02` 完成 Firefox OPFS/WebGL2/WebGPU/Worker/isolation probe。
|
||||
- [ ] `F23-03` 完成 Firefox P0 主线程路径。
|
||||
- [ ] `F23-04` 完成 Firefox Offscreen 路径。
|
||||
- [ ] `F23-05` 完成 WebKit OPFS/WebGL2/WebGPU/Worker/isolation probe。
|
||||
- [ ] `F23-06` 完成 WebKit P0 主线程路径。
|
||||
- [ ] `F23-07` 完成 WebKit Offscreen 路径。
|
||||
- [ ] `F23-08` 按浏览器/设备档位固定内存和 GPU 预算。
|
||||
- [ ] `F23-09` 完成 user preferences schema、migration 和项目无关 persistence。
|
||||
- [ ] `F23-10` 完成 locale 切换、数字/日期格式和翻译 fallback。
|
||||
- [ ] `F23-11` 完成 theme、font scale、reduced motion 和高对比偏好。
|
||||
- [ ] `F23-12` native window/file watcher/CUDA/Metal/HIP/OptiX 明确 EXCLUDED。
|
||||
- [ ] `F23-13` 每个新增浏览器加入 quick/P0/full 三层 CI。
|
||||
- [ ] `F23-14` 1280x720、1440x900、4K 和窄屏无重叠截图门。
|
||||
|
||||
## 28. F24 性能、故障、安全、交付与全域审计
|
||||
|
||||
- [ ] `F24-01` 固定 100k/1M/10M geometry 基准环境和预算。
|
||||
- [ ] `F24-02` 固定 4K/8K/UDIM texture 基准环境和预算。
|
||||
- [ ] `F24-03` 固定 100/1000/1M frame animation/media 基准。
|
||||
- [ ] `F24-04` 固定 simulation/volume cache 容量和 seek 基准。
|
||||
- [ ] `F24-05` 覆盖 WASM/Main、OPFS、GPU、VDB 四类 OOM。
|
||||
- [ ] `F24-06` 覆盖 Worker crash、device loss、network interruption、quota。
|
||||
- [ ] `F24-07` 覆盖 blend/image/font/media/archive/node/script fuzz corpus。
|
||||
- [ ] `F24-08` fuzz crash 修复后自动固化为最小回归 fixture。
|
||||
- [ ] `F24-09` quick lane 执行 type/lint/unit/status/schema。
|
||||
- [ ] `F24-10` Chromium lane 执行 P0、双视口和 fault smoke。
|
||||
- [ ] `F24-11` release lane 执行 full E2E、性能、VDB、acceptance、offline。
|
||||
- [ ] `F24-12` CI 报告绑定 commit、lockfile、inventory、ledger、engine、archive hash。
|
||||
- [ ] `F24-13` binary/source archive 在两个空临时目录独立复验。
|
||||
- [ ] `F24-14` 完成 SBOM、license、source offer 和供应链审计。
|
||||
- [ ] `F24-15` 每个 parity ID 都有 LOCAL 正例、SERVER 闭环或 EXCLUDED 保真证据。
|
||||
- [ ] `F24-16` inventory 未分类、隐式 loss、proxy-success 三项计数均为 0。
|
||||
- [ ] `F24-17` 独立机器复验全部构件和关键证据 hash。
|
||||
- [ ] `F24-18` 发布说明逐项列出支持、受限、server 和 excluded 能力。
|
||||
|
||||
里程碑 F24:不能由聚合 release gate 反推 family 完成。只有 inventory 的每个单项都达到自身
|
||||
退出条件,N-015 至 N-026 才能逐项从 `BLOCKED` 改为 `COMPLETE`。
|
||||
|
||||
## 29. 当前领取点
|
||||
|
||||
截至 2026-08-15,M6 已完成 35/71:single/pthread 选择与回退、真实 HTTP MIME/range、
|
||||
releaseId/hash 升级负例和缓存合同均有专项证据。HTML、manifest、stable engine 未变化时均返回
|
||||
`304`,换代后均返回 `200` 且 ETag 变化;production build 的 1 个入口 JS、1 个 CSS、3 个
|
||||
Worker 均使用 8 位内容 hash 文件名并返回 `immutable`。当前唯一下一任务为 `M6-09A`:从
|
||||
binary archive 解包后使用合同服务器启动,不读取工作区文件。
|
||||
@@ -1,6 +1,6 @@
|
||||
# Web Blender V1 当前执行计划
|
||||
|
||||
更新时间:2026-08-14
|
||||
更新时间:2026-08-15
|
||||
|
||||
## 1. 交付目标
|
||||
|
||||
@@ -110,21 +110,25 @@ React 工作区和编辑器
|
||||
| 交付 | 离线 binary/source archive、SBOM、SHA-256 可复现 | 正式部署模板、持续发布流水线、跨机器复验待做 | 本地 V1 RC 已收口 |
|
||||
|
||||
2026-08-15 重新执行 `typecheck`、`lint`、14 个 Node tests、status consistency、release
|
||||
evidence checker 和 `git diff --check`,均退出 0。acceptance runner 解析 12 个 family 的
|
||||
50 条声明,去重为 49 条命令并全部通过,命令总耗时 454,106 ms;清单 SHA-256 为
|
||||
`74c01764987c3dce0601a20cdf494f8076102f6d54262a1d13df953abee96160`。官方 Blender 5.2.0
|
||||
evidence checker 和 `git diff --check`,均退出 0。M6-03 后 acceptance runner 再次解析 12 个
|
||||
family 的 50 条声明,去重为 49 条命令并全部通过,命令总耗时 480,169 ms;清单 SHA-256 为
|
||||
`d5fb0a7b2df92b076f8b05ccd68903d60e3352b9423b0c1404065f6cbcbdd45c`。官方 Blender 5.2.0
|
||||
Linux archive SHA-256 为 `96f6c181a30f4950607839dc84d42a354b250d8a0231b098b59b7bc69c351c48`,
|
||||
运行时 `USD=True`,desktop USD roundtrip 已通过。
|
||||
|
||||
最终 release evidence 生成时间为 `2026-08-15T04:43:09.832Z`,17 条 record 均为 exit code 0、
|
||||
非空输出和非空构件 hash,总命令耗时 553,427 ms。`v1-user-loop` record 已绑定上述 acceptance
|
||||
第一次重跑误用了本地 `USD=False` Blender,结果为 48/49;该失败证据未标 READY。修正为上述
|
||||
官方 runtime 后完整重跑 49 条,而不是手改失败记录。当前 release evidence 生成时间为
|
||||
`2026-08-15T05:37:25.215Z`,17 条 record 均为 exit code 0、非空输出和非空构件 hash,
|
||||
总命令耗时 553,577 ms。`v1-user-loop` record 已绑定上述 acceptance
|
||||
清单 hash。
|
||||
|
||||
### 4.4 当前阻断与决策顺序
|
||||
|
||||
1. `P0`:V1 本地 RC 已无阻断;下一领取点为 `M6-01` 部署响应头合同。
|
||||
2. `P1`:当前离线包已在本机连续两次可复现,还缺独立目录/独立机器复验和真实 HTTP 部署门。
|
||||
3. `P1`:pthread/single-thread 的生产选择、隔离头、fallback 和缓存升级合同尚未形成发布证据。
|
||||
1. `P0`:V1 可部署 RC 已完成 M6 71/71;M7 已完成 7/18,下一领取点为 `M7-08` Worker 崩溃恢复。
|
||||
2. `P1`:binary/source archive 已在独立目录复验,quick/Chromium/release 三条
|
||||
CI lane 与 RC manifest 已联合校验;发布/限制/恢复和运维合同均已进入离线包。
|
||||
3. `P1`:pthread/single-thread、真实 HTTP、缓存升级、归档离线、OPFS 断网和空目录
|
||||
deploy/upgrade/rollback 均已有可复验证据;M7 开始核心项目体验硬化。
|
||||
4. `P2`:完整 Blender 功能域继续受 VDB demand paging、PBVH、Geometry Nodes evaluator、
|
||||
通用 Shader、完整编辑器/渲染/媒体和安全脚本边界阻断。
|
||||
|
||||
@@ -146,9 +150,19 @@ loss、恶意 blend、zip bomb、离线包和 V1 用户闭环均已在最终 M5
|
||||
| M3 long media | 长时间线索引、seek、取消与重启证据 | 已完成,持续回归 | `performance.longMedia=true` |
|
||||
| M4 OOM | 四类确定性内存故障与恢复证据 | 已完成,持续回归 | `faults.oom=true` |
|
||||
| M5 V1 RC | 可复现离线候选包、SBOM、校验和 | 已完成,持续回归 | release gate `READY`、49/49 acceptance |
|
||||
| M6 可部署 RC | 双 WASM 运行时选择、真实 HTTP、离线包、CI、运维合同 | 已完成,71/71 | single/pthread 可解释,真实部署与归档 P0 通过 |
|
||||
| M7 核心体验硬化 | 项目状态机、恢复、存储、输入和可访问性 | 进行中,7/18 | 30 分钟编辑/保存/重开 soak 通过 |
|
||||
| M8 VDB 自动分页 | GPU 缺页反馈、range/OPFS、LRU、双视口恢复 | 未开始 | 64 MiB sparse bundle 与三视角 golden 通过 |
|
||||
| M9 非 Mesh/GP/Paint | 字体、Curve、Grease Pencil、Paint 增量闭环 | 未开始 | 每个新增 writer 独立通过 Main/undo/save/golden |
|
||||
| M10 GN/Shader/NLA/Simulation | 白名单求值、cache、编译与阻断 | 未开始 | 四域分别通过 desktop/WASM/fault 门 |
|
||||
| M11 Render/Compositor/Media | 灯光、渲染、合成、媒体执行边界 | 未开始 | 本地白名单与 server 边界均可审计 |
|
||||
| M12 Asset/IO/Editors | 资产、格式、编辑器和上下文工作流 | 未开始 | 每个格式/editor 有独立 round-trip 或稳定阻断 |
|
||||
| M13 Scripting/Security | 脚本默认拒绝、服务端隔离、CSP、供应链 | 未开始 | 恶意输入矩阵和 release 安全门通过 |
|
||||
| M14 跨浏览器/设备 | Firefox、WebKit、触控、笔、HiDPI、IME | 未开始 | 新浏览器进入 quick/P0/full CI 后才声明支持 |
|
||||
| M15 全域审计 | Blender 5.2 全域差距和下一发布 | 未开始 | 逐 family 审计,不由聚合 release gate 反推完成 |
|
||||
|
||||
任务严格按 M1 -> M2 -> M3 -> M4 -> M5 领取。里程碑内部允许先写纯校验任务,但不得在
|
||||
前一里程碑失败时把后一里程碑标为完成。
|
||||
M0 至 M5 已完成并转入持续回归;当前严格领取 M6。里程碑内部允许先写纯校验任务,但不得在
|
||||
前一小里程碑失败时把后一小里程碑标为完成,M7 至 M15 不得绕过 M6 发布合同扩功能。
|
||||
|
||||
## 6. M0 范围、状态和 P0 闭环
|
||||
|
||||
@@ -448,9 +462,9 @@ M5 按 `PREP -> STATIC -> ACCEPT -> LOOP -> PERF -> FAULT -> VDB -> PACKAGE -> A
|
||||
- [x] `M5-ACCEPT-19` 使用 SHA-256 校验的官方 USD-enabled Blender 5.2 重跑 desktop USD
|
||||
roundtrip;归档 hash 和 executable hash 均写入 acceptance evidence。
|
||||
- [x] `M5-ACCEPT-20` 运行完整 acceptance runner:50 declarations、49 unique、49 passed、
|
||||
0 failed,总命令耗时 454,106 ms。
|
||||
0 failed;M6-03 后复验总命令耗时 480,169 ms。
|
||||
- [x] `M5-ACCEPT-21` 将 acceptance evidence SHA-256
|
||||
`74c01764987c3dce0601a20cdf494f8076102f6d54262a1d13df953abee96160` 绑定到最终
|
||||
`d5fb0a7b2df92b076f8b05ccd68903d60e3352b9423b0c1404065f6cbcbdd45c` 绑定到最终
|
||||
`v1-user-loop` release record。
|
||||
|
||||
### M5.3 P0 用户闭环和 Chromium 回归
|
||||
@@ -525,7 +539,7 @@ M5 按 `PREP -> STATIC -> ACCEPT -> LOOP -> PERF -> FAULT -> VDB -> PACKAGE -> A
|
||||
- [x] `M5-AUDIT-03` 确认 12 个 family 仍为 `parityStatus=BLOCKED`。
|
||||
- [x] `M5-AUDIT-04` 确认 12 个 V1 required slice 均为 `releaseStatus=READY`。
|
||||
- [x] `M5-AUDIT-05` 运行完整 `release:evidence`,用本轮命令输出和构件 hash 替换旧 records;
|
||||
当前生成时间 `2026-08-15T04:43:09.832Z`,17 条 record,总命令耗时 553,427 ms。
|
||||
当前生成时间 `2026-08-15T05:37:25.215Z`,17 条 record,总命令耗时 553,577 ms。
|
||||
- [x] `M5-AUDIT-06` 检查 17 条 evidence record 均为 exit code 0、非空输出和非空构件 hash。
|
||||
- [x] `M5-AUDIT-07` 检查 evidence 的 ledger SHA-256 与当前文件完全一致。
|
||||
- [x] `M5-AUDIT-08` 运行 `test:release-evidence`,结果 `READY`、`missing=[]`。
|
||||
@@ -541,7 +555,7 @@ SBOM、状态和 evidence SHA-256 相互一致。
|
||||
|
||||
M5 最终 archive SHA-256:binary
|
||||
`f2903a75026a0a28615aeb5f4834a3859af83022c82bc50e28437dcbed68e549`;source
|
||||
`9a9c1b505c68a618de842be7c248f628b104b11b80e8a40d111f62540fcba327`。下一任务:`M6-01`。
|
||||
`9a9c1b505c68a618de842be7c248f628b104b11b80e8a40d111f62540fcba327`。当前下一任务:`M7-08`。
|
||||
|
||||
## 12. V1 后原子里程碑
|
||||
|
||||
@@ -551,40 +565,157 @@ M5 最终 archive SHA-256:binary
|
||||
|
||||
### M6 可部署 RC
|
||||
|
||||
M6 固定按 `runtime -> HTTP -> cache/offline -> archive -> CI -> operations` 串行推进。每个
|
||||
任务只验证一个行为;上一小里程碑未通过时,不把后一小里程碑的准备工作记为完成。
|
||||
|
||||
#### M6.1 single-thread 无隔离启动
|
||||
|
||||
- [x] `M6-01` 新建机器可读部署合同,固定 MIME、缓存、COOP、COEP、CORP 和 Range 响应头;
|
||||
`node tools/web/check-deployment-contract.mjs`、typecheck、lint 和 production build 通过。
|
||||
- [x] `M6-02` 复用 `CapabilityGateResult` 新增纯函数 `gateWasmThreadingCapability`;仅当
|
||||
`crossOriginIsolated`、`SharedArrayBuffer` 和 `Worker` 同时可用时放行 pthread 引擎,
|
||||
缺失项逐条返回稳定结构,single-thread 初始化路径不调用该门。
|
||||
- [ ] `M6-03` 验证 single-thread 引擎在无隔离环境启动。
|
||||
- [ ] `M6-04` 验证 pthread 引擎只在隔离和 SharedArrayBuffer 可用时启动。
|
||||
- [ ] `M6-05` 验证 pthread 初始化失败回退 single-thread,且不重复打开项目。
|
||||
- [ ] `M6-06` 为 engine JS/WASM、Worker、CSS 和 fixture 固定正确 MIME。
|
||||
- [ ] `M6-07` 为 WASM 与大资产验证 byte-range 206、`Content-Range` 和稳定 ETag。
|
||||
- [ ] `M6-08` 验证版本更新后旧 HTML 不加载新旧混合 hash 资源。
|
||||
- [ ] `M6-09` 验证完全断网冷启动离线包,不访问 CDN 或外部字体。
|
||||
- [ ] `M6-10` 验证断网重开 OPFS 项目、编辑、保存和 GLB 导出。
|
||||
- [ ] `M6-11` 在全新临时目录解包 binary archive 并运行 browser smoke。
|
||||
- [ ] `M6-12` 在全新临时目录解包 source archive 并核对 source offer/SBOM。
|
||||
- [ ] `M6-13` 建立 CI quick lane:typecheck、lint、unit、status、evidence schema。
|
||||
- [ ] `M6-14` 建立 CI Chromium lane:P0 用户闭环、双视口和 fault smoke。
|
||||
- [ ] `M6-15` 建立 CI release lane:全 E2E、性能、离线复现和 acceptance evidence。
|
||||
- [ ] `M6-16` 所有 CI lane 输出机器可读 JSON 和构件 SHA-256。
|
||||
- [ ] `M6-17` 写部署/升级/回滚 runbook,命令在空目录实测。
|
||||
- [ ] `M6-18` 生成 RC 版本号、变更说明、已知限制和恢复说明。
|
||||
- [x] `M6-03A` 增加仅供测试使用的无隔离 Vite profile;默认 dev/preview 仍强制部署合同头。
|
||||
- [x] `M6-03B` 在独立 Chromium context 断言文档响应没有 COOP/COEP/CORP,且
|
||||
`crossOriginIsolated=false`、`SharedArrayBuffer` 不可用、`Worker` 可用。
|
||||
- [x] `M6-03C` 断言当前 engine manifest 为 `memory.shared=false`,网络请求不包含 pthread
|
||||
JS/WASM/worker 资产。
|
||||
- [x] `M6-03D` 在上述环境等待 single-thread WebEngine 返回 `ready`,同时证明 pthread gate
|
||||
为 `BLOCKED`,从行为上保证 single-thread 不受该门阻断。
|
||||
- [x] `M6-03E` 使用真实 `basic_scene.blend` 完成 open 和一个 Main edit,证明不是只加载 UI shell。
|
||||
|
||||
M6.1 退出条件:专项命令一次启动独立无隔离服务器,以上五项同进程通过,退出码为 0。
|
||||
|
||||
#### M6.2 pthread 选择与回退
|
||||
|
||||
- [x] `M6-04A` 扩展 engine manifest schema,显式声明 single/pthread variant、JS、WASM、
|
||||
pthread worker、shared memory 和每个文件 SHA-256;v2 纯校验器固定 256 至 32768 pages、
|
||||
variant 资源隔离和稳定错误路径,21 个专项正负例断言通过。生产 manifest/安装路径保持 v1,
|
||||
无隔离 single-thread 专项回归通过。
|
||||
- [x] `M6-04B` 安装脚本从两个独立构建目录复制 variant 资产到显式 single/pthread URL,
|
||||
生成绑定四个物理文件 SHA-256 的生产 schema v2 manifest;同目录和缺失资产负例不会改写目标,
|
||||
Node 专项、manifest/local dependency、build 和无隔离 Chromium 回归通过。旧 single Worker 入口
|
||||
只作为 `M6-05` fallback 接线前的完整 Main 兼容路径保留。
|
||||
- [x] `M6-04C` 新增纯函数选择 engine variant;输入仅为 manifest、用户策略和平台能力,
|
||||
frozen input 重复调用结果一致,未知策略稳定拒绝。
|
||||
- [x] `M6-04D` `AUTO` 在完整 pthread gate `READY` 时选择 pthread;隔离、SharedArrayBuffer 或
|
||||
Worker 任一缺失时选择 single,五组能力矩阵通过。
|
||||
- [x] `M6-04E` `PTHREAD_REQUIRED` 在任一能力缺失时返回 `selectedVariant=null` 和原样 M6-02
|
||||
结构,不向调用方暴露可请求的 pthread URL。
|
||||
- [x] `M6-04F` 隔离 Chromium 实际加载 pthread JS/WASM,校验 manifest hash、
|
||||
`SharedArrayBuffer`、pool worker 二次 JS 请求和 native handle 创建/释放。
|
||||
- [x] `M6-04G` 同一 manifest 在无隔离 Chromium 由 AUTO 实际加载 single JS/WASM,确认非共享
|
||||
内存、无 pthread 请求,并继续用完整 single Main 打开和编辑真实 `.blend`。
|
||||
- [x] `M6-05A` 为 pthread factory 增加仅测试可用的确定性初始化失败注入点。
|
||||
- [x] `M6-05B` `AUTO` 下 pthread 初始化失败只回退一次 single,不形成重试循环。
|
||||
- [x] `M6-05C` fallback 前终止已创建的 pthread worker、timer 和 pending request。
|
||||
- [x] `M6-05D` fallback 过程中未打开项目时只初始化;已有待打开项目时只执行一次 open。
|
||||
- [x] `M6-05E` fallback 结果公开 selected/attempted/fallbackReason,UI 不显示 pthread READY。
|
||||
|
||||
M6.2 退出条件:isolated pthread、unisolated single、forced failure fallback 三个专项测试均通过,
|
||||
每种路径的资产请求、Worker 数和 open 次数可断言。
|
||||
|
||||
#### M6.3 HTTP MIME 与 byte range
|
||||
|
||||
- [x] `M6-06A` 从 deployment contract 生成测试用扩展名到 MIME 的唯一映射,不复制常量。
|
||||
- [x] `M6-06B` 对 HTML、JS、CSS、WASM、JSON、PNG、WAV、BLEND、NVDB 分别执行 GET。
|
||||
- [x] `M6-06C` 对 engine JS/WASM、pthread worker 和 fixture 分别执行 HEAD,断言状态与
|
||||
`Content-Type`,且 HEAD 无响应体。
|
||||
- [x] `M6-06D` MIME 错误时测试必须报告 URL、expected、actual,不能只返回布尔失败。
|
||||
- [x] `M6-07A` 对 WASM、BLEND、NVDB 各执行一个闭区间 range,断言 `206` 和精确字节。
|
||||
- [x] `M6-07B` 分别验证 open-ended 与 suffix range;若合同不支持则稳定返回 `416`。
|
||||
- [x] `M6-07C` malformed、倒序、越界和 multi-range 分别返回 `416`,不得返回截断的 `200`。
|
||||
- [x] `M6-07D` `206` 同时具有 `Accept-Ranges`、`Content-Range`、`Content-Length` 和强 ETag。
|
||||
- [x] `M6-07E` 相同内容跨请求 ETag 稳定;内容变化后 ETag 必须变化。
|
||||
- [x] `M6-07F` `If-Range` 匹配时返回对应 `206`,不匹配时返回完整 `200`。
|
||||
- [x] `M6-07G` 中断后从精确 offset 续传并校验合并后的 SHA-256,不复用旧 revision 字节。
|
||||
|
||||
M6.3 退出条件:同一真实 HTTP server 同时通过 MIME 和 range 正负例矩阵。
|
||||
|
||||
#### M6.4 缓存、升级与离线运行
|
||||
|
||||
- [x] `M6-08A` HTML 和 engine manifest 固定 `no-cache`,每次启动都能重新验证版本。
|
||||
- [x] `M6-08B` content-hashed JS/CSS/Worker 固定 immutable;稳定 engine URL 必须重新验证 hash。
|
||||
- [x] `M6-08C` manifest 为每个 variant 绑定同一 releaseId,禁止跨 release 混用 JS/WASM/worker。
|
||||
- [x] `M6-08D` 模拟发布切换:旧 HTML 只加载旧 manifest 全套或明确刷新,不加载混合版本。
|
||||
- [x] `M6-08E` hash 不匹配时保持旧项目未打开并返回稳定错误,不进入 fallback 的错误 variant。
|
||||
|
||||
`npm --prefix web run test:deployment-cache` 从 production build 临时副本启动合同服务器:`/`、
|
||||
`/index.html`、manifest 和 4 个 stable engine 资源均为 `no-cache`;实际构建的入口 JS、CSS 和
|
||||
3 个 Worker 共 5 项均具有 Vite 内容 hash 且为 immutable。HTML、manifest、stable engine 对相同
|
||||
ETag 返回无 body `304`,换代后对旧 ETag 返回完整 `200` 和新 ETag,临时换代不改写 `web/dist`。
|
||||
- [x] `M6-09A` 从 binary archive 解包后使用合同服务器启动,不读取工作区文件。
|
||||
- [x] `M6-09B` 新浏览器 profile 冷启动时拦截所有非 loopback 请求,断言请求数为 0。
|
||||
- [x] `M6-09C` 断开外网但保留本地合同服务器,完成 manifest、WASM、字体和基础 UI 冷启动。
|
||||
- [x] `M6-10A` 在线创建 OPFS 项目、编辑并原子保存,记录 revision、blend hash 和 stable IDs。
|
||||
- [x] `M6-10B` 重建 Worker 并切换到外网断开状态,从 OPFS 重开同一 revision。
|
||||
- [x] `M6-10C` 离线重开后继续 Main edit、undo/redo 和保存,revision 单调增加。
|
||||
- [x] `M6-10D` 离线导出 GLB 并严格回读,且无非 loopback 请求。
|
||||
|
||||
M6.4 退出条件:版本切换负例、archive 冷启动和 OPFS 离线闭环分别有独立命令与报告。
|
||||
|
||||
#### M6.5 归档独立复验
|
||||
|
||||
- [x] `M6-11A` 使用 `mktemp -d` 解包 binary archive,禁止引用仓库 `web/dist`。
|
||||
- [x] `M6-11B` 校验 `SHA256SUMS.txt`、deployment contract、license、SBOM 和 binary manifest。
|
||||
- [x] `M6-11C` 从临时目录启动合同服务器并运行 browser smoke,退出后释放端口和临时 profile。
|
||||
- [x] `M6-12A` 在另一个空临时目录解包 corresponding source archive。
|
||||
- [x] `M6-12B` 校验 source offer 指向的版本、许可证、lockfile、CMake 与 Web 源码全部存在。
|
||||
- [x] `M6-12C` 扫描 source archive,拒绝 build、dist、release、cache、trace、绝对开发路径和凭据。
|
||||
- [x] `M6-12D` 从 source archive 执行 lockfile install、typecheck、build,并比对可重现清单。
|
||||
|
||||
M6.5 退出条件:binary/source 两个归档均在独立目录复验,报告包含 archive 与关键文件 SHA-256。
|
||||
|
||||
#### M6.6 CI 分层与机器报告
|
||||
|
||||
- [x] `M6-13A` 确定仓库实际 CI provider、runner OS、Node/Chrome/Blender/Emscripten 版本矩阵。
|
||||
- [x] `M6-13B` quick lane 从 lockfile 安装,执行 typecheck、lint、unit、status 和 evidence schema。
|
||||
- [x] `M6-13C` quick lane 缓存只以 lockfile/toolchain key 命中,不缓存 release evidence。
|
||||
- [x] `M6-14A` Chromium lane 执行 P0 user loop 和主线程/Offscreen 双视口 smoke。
|
||||
- [x] `M6-14B` Chromium lane 执行 network、device-loss、OOM、quota 与 malicious-input fault smoke。
|
||||
- [x] `M6-14C` Chromium lane 每个 browser server 使用独立动态端口,失败后也必须清理。
|
||||
- [x] `M6-15A` release lane 顺序执行全 E2E、性能矩阵、VDB、acceptance 和离线复现。
|
||||
- [x] `M6-15B` release lane 只在受保护 ref 或显式 dispatch 运行,不由普通 quick push 重复触发。
|
||||
- [x] `M6-15C` 任一 release 子命令失败时证据状态为失败,不能上传旧 READY JSON。
|
||||
- [x] `M6-16A` 三条 lane 均输出 schema-versioned JSON:命令、exitCode、duration、environment。
|
||||
- [x] `M6-16B` 报告绑定 commit、lockfile、ledger、engine、archive 和测试构件 SHA-256。
|
||||
- [x] `M6-16C` 上传前运行 schema 与 hash checker;报告和构件采用固定 retention。
|
||||
|
||||
2026-08-15 完整 release lane 的 19/19 子命令通过,总命令耗时
|
||||
1,245,732 ms;full E2E 126/126,V1 acceptance 49/49。quick 6/6、Chromium 9/9 和
|
||||
release 19/19 报告由 `check-ci-report.mjs` 联合校验,同时绑定 commit
|
||||
`17ab961485fe2ea1574c5f0b7d3ef9608a2bf424`。失败注入返回 exit code 17 并仅写入
|
||||
`FAILED` 报告。当前 binary/source archive SHA-256 分别为
|
||||
`ca09540e8f5c0157bb85d62c98aeb3291ea195a29585bc8e05afb308747a8ff5` 和
|
||||
`95b3a747425081a205b1966c004a08da4cb37aab7ba0a649ff076713f7010f74`。
|
||||
|
||||
M6.6 退出条件:fresh runner 上 quick/Chromium/release 三条 lane 通过,失败注入不会保留成功证据。
|
||||
|
||||
#### M6.7 运维与 RC 冻结
|
||||
|
||||
- [x] `M6-17A` 部署 runbook 从空目录安装 binary archive,并验证 HTTPS/loopback 前置条件。
|
||||
- [x] `M6-17B` 升级 runbook 覆盖新旧 manifest、cache、OPFS schema 和 Worker 版本切换。
|
||||
- [x] `M6-17C` 回滚 runbook 保留项目数据,只回滚 app/engine releaseId,并验证旧版可读策略。
|
||||
- [x] `M6-17D` 故障诊断表覆盖 MIME、range、isolation、hash、quota、Worker 和 GPU 错误。
|
||||
- [x] `M6-17E` 在一个全新临时目录逐条实跑部署、升级、回滚命令并记录输出。
|
||||
- [x] `M6-18A` 固定 RC semver、commit、releaseId、binary/source/SBOM SHA-256。
|
||||
- [x] `M6-18B` 变更说明只列已验证 V1 能力,并链接明确 excluded/server/blocked 清单。
|
||||
- [x] `M6-18C` 已知限制包含 Chromium-only、single/pthread 选择、存储和 GPU 预算。
|
||||
- [x] `M6-18D` 发布恢复说明包含项目备份、升级失败回滚和证据校验命令。
|
||||
- [x] `M6-18E` 最终运行 quick、Chromium、release lane,所有结果绑定同一 RC commit。
|
||||
|
||||
M6 退出条件:离线包和一个真实 HTTP 部署均通过同一 P0 流程;single/pthread 选择可解释;
|
||||
CI 可从 lockfile 和对应源码重现当前 binary/source hash。
|
||||
|
||||
### M7 核心项目体验硬化
|
||||
|
||||
- [ ] `M7-01` 记录 import/open/save/save-as/export 五个用户动作的状态机。
|
||||
- [ ] `M7-02` 对重复 open、并发 save 和 close-during-save 建立互斥规则。
|
||||
- [ ] `M7-03` 大文件导入显示真实字节进度并支持取消。
|
||||
- [ ] `M7-04` 取消 import 后释放 input buffer、native handle 和 staging 文件。
|
||||
- [ ] `M7-05` save 中断时旧 revision 和旧 hash 保持不变。
|
||||
- [ ] `M7-06` dirty state 只由成功 Main transaction 改变。
|
||||
- [ ] `M7-07` undo 回到保存 revision 时 dirty state 清除。
|
||||
- [x] `M7-01` 记录 import/open/save/save-as/export 五个用户动作的状态机。
|
||||
- [x] `M7-02` 对重复 open、并发 save 和 close-during-save 建立互斥规则。
|
||||
- [x] `M7-03` 大文件导入显示真实字节进度并支持取消。
|
||||
- [x] `M7-04` 取消 import 后释放 input buffer、native handle 和 staging 文件。
|
||||
- [x] `M7-05` save 中断时旧 revision 和旧 hash 保持不变。
|
||||
- [x] `M7-06` dirty state 只由成功 Main transaction 改变。
|
||||
- [x] `M7-07` undo 回到保存 revision 时 dirty state 清除。
|
||||
- [ ] `M7-08` Worker 崩溃时展示可恢复错误,不清空当前项目列表。
|
||||
- [ ] `M7-09` 重启 Worker 后恢复 selection、frame、workspace 和项目 revision。
|
||||
- [ ] `M7-10` recent projects 对缺失/损坏 OPFS 条目执行隔离和修复提示。
|
||||
|
||||
@@ -20,9 +20,24 @@ SQLite WASM 和 Bitbybit/OCCT 均不在当前依赖范围内。Three.js、WASM
|
||||
运行时资源全部使用项目本地文件,不依赖 CDN。
|
||||
|
||||
`Web Blender Modeler V1` 的本地 RC 已收口:ledger 的 50 条 acceptance 声明去重为 49 条
|
||||
命令并全部通过,122/122 Chromium E2E 通过,17 条 release record 为 `READY` 且 0 missing。
|
||||
命令并全部通过,126/126 Chromium full E2E 通过,17 条 release record 为 `READY` 且 0 missing。
|
||||
这不改变完整 Blender 5.2 对标结论:N-015 至 N-026 仍为 12/12 `parityStatus=BLOCKED`。
|
||||
|
||||
### 1.1 2026-08-15 重新盘点快照
|
||||
|
||||
| 状态轴 | 已完成 | 尚未完成 | 判断 |
|
||||
| --- | --- | --- | --- |
|
||||
| V1 release family | 12/12 `READY` | 0 | V1 已声明功能闭环完成 |
|
||||
| Blender 5.2 全域 parity | 0/12 complete | 12/12 `BLOCKED` | 不是完整 Blender Web 移植 |
|
||||
| slice 台账 | 177 completed | 60 blocked | blocked 项均留在 M8-M15 长期路线 |
|
||||
| acceptance | 50 declarations / 49 unique passed | 0 failed | 本地 V1 RC 证据完整 |
|
||||
| M6 可部署 RC | 71/71 原子任务 | 0 | 可部署 RC 已冻结 |
|
||||
| M7 核心体验硬化 | 7/18 原子任务 | 11 | 当前严格领取 M7 项目体验工作 |
|
||||
|
||||
当前优先级不是扩 Blender 全域功能。single/pthread、真实 HTTP、缓存升级、离线闭环、
|
||||
独立归档复验、运维 runbook、RC 文档和最终三条 CI lane 均已通过;现在进入 M7 核心项目
|
||||
体验硬化。`M7-01` 至 `M7-07` 已通过,唯一下一任务为 `M7-08`。
|
||||
|
||||
## 2. 已完成并有测试覆盖的能力
|
||||
|
||||
| 能力 | 当前证据 | 状态 |
|
||||
@@ -222,16 +237,33 @@ demand paging、大 bundle 和发布 golden。
|
||||
|
||||
`docs/status/v1-acceptance-evidence.json` 逐条覆盖 12 个 family 的 50 条声明、49 个唯一命令,
|
||||
结果为 49 passed、0 failed;其 SHA-256
|
||||
`74c01764987c3dce0601a20cdf494f8076102f6d54262a1d13df953abee96160` 已绑定到最终
|
||||
`d5fb0a7b2df92b076f8b05ccd68903d60e3352b9423b0c1404065f6cbcbdd45c` 已绑定到最终
|
||||
`v1-user-loop` release record。desktop USD 使用经发布 SHA-256 校验的官方 Blender 5.2.0 LTS,
|
||||
runtime `USD=True`。最终离线 binary/source archive SHA-256 分别为
|
||||
`f2903a75026a0a28615aeb5f4834a3859af83022c82bc50e28437dcbed68e549` 和
|
||||
`9a9c1b505c68a618de842be7c248f628b104b11b80e8a40d111f62540fcba327`。
|
||||
runtime `USD=True`。当前 M6 离线 binary/source archive SHA-256 分别为
|
||||
`ca09540e8f5c0157bb85d62c98aeb3291ea195a29585bc8e05afb308747a8ff5` 和
|
||||
`95b3a747425081a205b1966c004a08da4cb37aab7ba0a649ff076713f7010f74`。release lane 19/19
|
||||
子命令通过,总命令耗时 1,245,732 ms;quick/Chromium/release 报告联合校验同一 commit。
|
||||
|
||||
`M6-01` 已新增机器可读部署合同并让 Vite/离线包生成器复用该事实源。`M6-02` 已新增纯
|
||||
pthread 能力门:`crossOriginIsolated`、`SharedArrayBuffer` 和 `Worker` 任一缺失均返回稳定的
|
||||
`PLATFORM_CAPABILITY_UNAVAILABLE`,且 single-thread 初始化路径不调用该门。下一领取点是
|
||||
`CURRENT_EXECUTION_PLAN.md` 的 `M6-03`:验证 single-thread 引擎在无隔离环境启动。
|
||||
pthread 能力门。`M6-03A-E` 已在没有 COOP/COEP/CORP 的独立 Chromium server 验证
|
||||
`crossOriginIsolated=false`、`SharedArrayBuffer` 不可用且 pthread gate `BLOCKED` 时,
|
||||
single-thread 引擎仍能加载真实 WASM、打开 `basic_scene.blend` 并执行 Main edit。`M6-04A`
|
||||
已冻结 schema v2 和纯校验器:single/pthread 各自声明 JS、WASM、pthread worker、SHA-256 与
|
||||
16 MiB 至 2 GiB 页级内存边界。`M6-04B` 已从 `build_web-single` 和 `build_web-pthread`
|
||||
安装显式 variant 资产,生产 manifest 已切换到 schema v2;安装专项覆盖逐字节复制、四项 hash、
|
||||
同目录和缺失资产不改写,且无隔离 single-thread 真实 Main 编辑回归通过。旧 single Worker 入口
|
||||
暂时保留到选择器接线。`M6-04C-G` 已完成纯选择、AUTO/required 能力矩阵和双环境实机:
|
||||
隔离 Chromium 加载 pthread shared memory 与 pool worker;无隔离 Chromium 只加载显式 single
|
||||
variant,并继续完成真实 Main 编辑。`M6-05A-E` 已验证确定性 pthread 失败只回退一次、完整清理
|
||||
且 pending project 只 open 一次。`M6-06A` 至 `M6-07G` 已由同一真实 HTTP server 一次通过 9 种
|
||||
MIME、4 个 HEAD、WASM/BLEND/NVDB range、6 类 `416`、强 ETag、If-Range 和断流续传/换代拒绝。
|
||||
`M6-08C-E` 已将生产双 variant manifest 绑定同一 `releaseId`:版本不一致只返回
|
||||
`REFRESH_REQUIRED` 且 initialize/open 均为 0;真实 Chromium 篡改 pthread WASM 后返回稳定
|
||||
`ENGINE_VARIANT_INTEGRITY_FAILED`,不请求 single、不 fallback、不 open。`M6-08A/B` 已用实际
|
||||
production build 验证 HTML/manifest/stable engine `no-cache`、5 个 hashed JS/CSS/Worker
|
||||
`immutable`,以及未换代 `304`、换代后旧 ETag 得到完整 `200` 的重验证行为。M6 最终
|
||||
quick 7/7、Chromium 9/9、release 25/25 与 RC manifest 联合通过;M7 已完成 7/18,
|
||||
下一领取点是 `M7-08`。
|
||||
|
||||
## 6. 当前验收命令
|
||||
|
||||
@@ -244,6 +276,7 @@ node tools/web/run-web-engine-smoke.mjs
|
||||
npm --prefix web run typecheck
|
||||
npm --prefix web run lint
|
||||
npm --prefix web test
|
||||
npm --prefix web run test:engine-manifest-v2
|
||||
npm --prefix web run test:golden
|
||||
npm --prefix web run test:frame-evaluation
|
||||
npm --prefix web run test:pose-constraint-goldens
|
||||
@@ -276,6 +309,9 @@ BLENDER_BIN=/path/to/usd-enabled/blender \
|
||||
npm --prefix web run test:v1-acceptance-evidence
|
||||
npm --prefix web run test:v1-acceptance-release-binding
|
||||
node tools/web/check-deployment-contract.mjs
|
||||
npm --prefix web run test:deployment-http
|
||||
npm --prefix web run test:deployment-cache
|
||||
WEB_TEST_PORT=5202 npm --prefix web exec -- playwright test --config web/playwright.single-thread.config.ts
|
||||
WEB_TEST_PORT=5193 npm --prefix web run test:e2e # 5173 被占用时指定可用端口
|
||||
WEB_TEST_PORT=5193 npm --prefix web run test:e2e -- -g "N-015|non-mesh"
|
||||
```
|
||||
|
||||
20
docs/status/ci-lane-report.schema.json
Normal file
20
docs/status/ci-lane-report.schema.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://blender-web.local/schemas/ci-lane-report-v1.json",
|
||||
"title": "Web Blender CI lane report",
|
||||
"type": "object",
|
||||
"required": ["schemaVersion", "lane", "status", "generatedAt", "commit", "environment", "bindings", "records", "retentionDays"],
|
||||
"properties": {
|
||||
"schemaVersion": { "const": 1 },
|
||||
"lane": { "enum": ["quick", "chromium", "release"] },
|
||||
"status": { "enum": ["READY", "FAILED"] },
|
||||
"generatedAt": { "type": "string", "format": "date-time" },
|
||||
"commit": { "type": "string", "pattern": "^[a-f0-9]{40}$" },
|
||||
"environment": { "type": "object" },
|
||||
"bindings": { "type": "object" },
|
||||
"records": { "type": "array", "minItems": 1 },
|
||||
"retentionDays": { "enum": [7, 14, 30] }
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"schemaVersion": 4,
|
||||
"source": "docs/status/parity-ledger.json",
|
||||
"sourceSha256": "1e16518a25c6b6bed4ab7f605ea1ad5babe529f2842c858b20ae6daae30bd478",
|
||||
"generatedAt": "2026-08-15T04:43:09.832Z",
|
||||
"generatedAt": "2026-08-15T05:37:25.215Z",
|
||||
"families": [
|
||||
{
|
||||
"id": "N-015",
|
||||
@@ -699,19 +699,6 @@
|
||||
"379dcc11dc7de0dfec4745763bddf3cc415a5f5dbe48500fefae2f7508095bb5"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "v1-user-loop",
|
||||
"fields": [],
|
||||
"command": "npm --prefix web run test:v1-user-loop && npm --prefix web run test:v1-acceptance-evidence",
|
||||
"exitCode": 0,
|
||||
"durationMs": 5366,
|
||||
"output": "> blender-web-editor@0.1.0 test:v1-user-loop\n> playwright test --config playwright.config.ts tests/e2e/v1-user-loop.spec.ts\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/v1-user-loop.spec.ts:6:1 › completes the V1 import-edit-save-restart-reopen-GLB loop (2.7s)\n\n 1 passed (4.2s)\n\n> blender-web-editor@0.1.0 test:v1-acceptance-evidence\n> node ../tools/web/check-v1-acceptance-evidence.mjs\n\nv1-acceptance-evidence-ok families=12 declarations=50 unique=49 sha256=74c01764987c3dce0601a20cdf494f8076102f6d54262a1d13df953abee96160\n\n[WebServer] (node:2314858) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n[WebServer] (Use `node --trace-warnings ...` to show where the warning was created)\n[WebServer] (node:2314870) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n[WebServer] (Use `node --trace-warnings ...` to show where the warning was created)",
|
||||
"artifactSha256": [
|
||||
"3defbaa426195254fcaefaddabf9b128002a94def03aa255513c33eaf4ac0926",
|
||||
"5d87a9ea57bd7a1888f16a5f4306e1c6d3a1bdfcf832c9485fe8518aac528fd8",
|
||||
"74c01764987c3dce0601a20cdf494f8076102f6d54262a1d13df953abee96160"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "chromium",
|
||||
"fields": [
|
||||
@@ -917,6 +904,19 @@
|
||||
"9a9c1b505c68a618de842be7c248f628b104b11b80e8a40d111f62540fcba327",
|
||||
"288b0bb969e670b458059adf8897f87bafc76a87a479c8aa0a305905accf2de9"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "v1-user-loop",
|
||||
"fields": [],
|
||||
"command": "npm --prefix web run test:v1-user-loop && npm --prefix web run test:v1-acceptance-evidence",
|
||||
"exitCode": 0,
|
||||
"durationMs": 5516,
|
||||
"output": "> blender-web-editor@0.1.0 test:v1-user-loop\n> playwright test --config playwright.config.ts tests/e2e/v1-user-loop.spec.ts\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/v1-user-loop.spec.ts:6:1 › completes the V1 import-edit-save-restart-reopen-GLB loop (2.8s)\n\n 1 passed (4.4s)\n\n> blender-web-editor@0.1.0 test:v1-acceptance-evidence\n> node ../tools/web/check-v1-acceptance-evidence.mjs\n\nv1-acceptance-evidence-ok families=12 declarations=50 unique=49 sha256=d5fb0a7b2df92b076f8b05ccd68903d60e3352b9423b0c1404065f6cbcbdd45c\n\n[WebServer] (node:2396656) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n[WebServer] (Use `node --trace-warnings ...` to show where the warning was created)\n[WebServer] (node:2396668) Warning: The 'NO_COLOR' env is ignored due to the 'FORCE_COLOR' env being set.\n[WebServer] (Use `node --trace-warnings ...` to show where the warning was created)",
|
||||
"artifactSha256": [
|
||||
"3defbaa426195254fcaefaddabf9b128002a94def03aa255513c33eaf4ac0926",
|
||||
"5d87a9ea57bd7a1888f16a5f4306e1c6d3a1bdfcf832c9485fe8518aac528fd8",
|
||||
"d5fb0a7b2df92b076f8b05ccd68903d60e3352b9423b0c1404065f6cbcbdd45c"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
"source": "docs/status/parity-ledger.json",
|
||||
"sourceSha256": "1e16518a25c6b6bed4ab7f605ea1ad5babe529f2842c858b20ae6daae30bd478",
|
||||
"package": "web/package.json",
|
||||
"packageSha256": "4259c8c085fe94f5b109416230482d0791e6d9b47559546be42415bb91a4c224",
|
||||
"packageSha256": "a7ee993997c8d62effcdd3bb994f16656424e6a5e976c3d3b4e2951bd4109710",
|
||||
"toolSourceSha256": {
|
||||
"tools/web/v1-acceptance-lib.mjs": "48005c8fc9d97955513e104ee1b8950cab2c3520c166eff4358e10bd7318f535",
|
||||
"tools/web/check-v1-acceptance-coverage.mjs": "6448fcc673fde091cff4a299d77889570d3104bd0cfabe5434f45ba0b46de432",
|
||||
"tools/web/run-v1-acceptance.mjs": "f12d04f7d74450f1973eb88aa58355a225019c6b9906aedc746c005a1958f1a5",
|
||||
"tools/web/check-v1-acceptance-coverage.mjs": "42b713f9b622851328266584e3a8ba2231e0393141ba4a8ae091a97337d9e03e",
|
||||
"tools/web/run-v1-acceptance.mjs": "7e87893e42c6c848c2bc487340712ba4ec151e63e49b2bbc76e6a0c51d839da3",
|
||||
"tools/web/check-v1-acceptance-evidence.mjs": "af1a3029a1148e8e5d346d66f3a58f7063b73fee8dd95e6e41ed0504ed56dfea"
|
||||
},
|
||||
"generatedAt": "2026-08-15T04:33:26.940Z",
|
||||
"generatedAt": "2026-08-15T13:31:45.207Z",
|
||||
"environment": {
|
||||
"node": "v20.19.2",
|
||||
"npm": "9.2.0",
|
||||
@@ -35,9 +35,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-roundtrip",
|
||||
"exitCode": 0,
|
||||
"durationMs": 1486,
|
||||
"outputSha256": "f0f98be0be03fab64d04f9e7a3d696161dc3c9fb5729c09a41f34cc401e61822",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-roundtrip\n> node ../tools/web/check-nonmesh-roundtrip.mjs\n\nnonmesh-roundtrip-ok types=CURVE,SURFACE,FONT,METABALL,VOLUME multispline-create-delete-bulk-handle-cyclic-surface-2d-topology-font-links-volume-properties=passed undo-redo=passed save-reopen=passed\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xaf0538 master=0xa18618 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
"durationMs": 1996,
|
||||
"outputSha256": "828a1171ff5444aba7bddaa0f2f47e1004881e0595b856b23b1e4eb46aa09c01",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-roundtrip\n> node ../tools/web/check-nonmesh-roundtrip.mjs\n\nnonmesh-roundtrip-ok types=CURVE,SURFACE,FONT,METABALL,VOLUME multispline-create-delete-bulk-handle-cyclic-surface-2d-topology-font-links-volume-properties=passed undo-redo=passed save-reopen=passed\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xaf0538 master=0xa18618 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
},
|
||||
{
|
||||
"token": "web:test:nonmesh-desktop-golden",
|
||||
@@ -46,9 +46,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-desktop-golden",
|
||||
"exitCode": 0,
|
||||
"durationMs": 686,
|
||||
"outputSha256": "e5339560846d774c039f493679a373b37b35ea7bfa68f1dc2a019188ecc91d45",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-desktop-golden\n> node ../tools/web/check-nonmesh-desktop-golden.mjs\n\nnonmesh-desktop-golden-ok fixture=nonmesh_scene.blend geometries=4\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71220 master=0xacb470 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
"durationMs": 920,
|
||||
"outputSha256": "54cfd9cdec5a7885b22768bce6652410fc3709da1f4c943bcfa6655637435215",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-desktop-golden\n> node ../tools/web/check-nonmesh-desktop-golden.mjs\n\nnonmesh-desktop-golden-ok fixture=nonmesh_scene.blend geometries=4\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71220 master=0xacb470 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
},
|
||||
{
|
||||
"token": "web:test:nonmesh-glb-blender-roundtrip",
|
||||
@@ -57,9 +57,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-glb-blender-roundtrip",
|
||||
"exitCode": 0,
|
||||
"durationMs": 1668,
|
||||
"outputSha256": "8627de96cfe96c0c7490cfe54fa59a680f787d5d3dcdadacc20e79a2c20f72c7",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-glb-blender-roundtrip\n> node ../tools/web/check-nonmesh-glb-blender-roundtrip.mjs\n\nnonmesh-glb-blender-roundtrip-ok bytes=53172 objects=7 points=1 lines=3 triangles=3\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71260 master=0xacb460 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
"durationMs": 2200,
|
||||
"outputSha256": "c9ba8f68095690f4235b19da1645416f912fc0a7716f11f75c2ee8a63f300319",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-glb-blender-roundtrip\n> node ../tools/web/check-nonmesh-glb-blender-roundtrip.mjs\n\nnonmesh-glb-blender-roundtrip-ok bytes=53172 objects=7 points=1 lines=3 triangles=3\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71260 master=0xacb460 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
},
|
||||
{
|
||||
"token": "web:test:nonmesh-usd-serialization",
|
||||
@@ -68,9 +68,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-usd-serialization",
|
||||
"exitCode": 0,
|
||||
"durationMs": 2031,
|
||||
"outputSha256": "b80732c965d85c19cfb3c3a629777bacfdc1a920abcc384d436831a64f6e3101",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-usd-serialization\n> USD_DESKTOP_REQUIRED=0 node ../tools/web/check-nonmesh-usd-blender-roundtrip.mjs\n\nnonmesh-usd-blender-roundtrip-ok bytes=65405 objects=7 points=1 basisCurves=3 meshes=3\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71260 master=0xacb460 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
"durationMs": 2532,
|
||||
"outputSha256": "7a76fabed285b2fbd3b528fae02dd5696327b5068fd6909e504666d5022b80c2",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-usd-serialization\n> USD_DESKTOP_REQUIRED=0 node ../tools/web/check-nonmesh-usd-blender-roundtrip.mjs\n\nnonmesh-usd-blender-roundtrip-ok bytes=65405 objects=7 points=1 basisCurves=3 meshes=3\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71260 master=0xacb460 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
},
|
||||
{
|
||||
"token": "web:test:nonmesh-usd-blender-roundtrip",
|
||||
@@ -79,9 +79,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-usd-blender-roundtrip",
|
||||
"exitCode": 0,
|
||||
"durationMs": 2033,
|
||||
"outputSha256": "ce0580b3b5d047a1c3c5d2d1a338c6c001b5d9a69c5d22ed35322bd353fb16af",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-usd-blender-roundtrip\n> USD_DESKTOP_REQUIRED=1 node ../tools/web/check-nonmesh-usd-blender-roundtrip.mjs\n\nnonmesh-usd-blender-roundtrip-ok bytes=65405 objects=7 points=1 basisCurves=3 meshes=3\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71260 master=0xacb460 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
"durationMs": 2526,
|
||||
"outputSha256": "0d4e89b5d022962e4effc43c53385b825c21217dd14850e36f6db7e20bd3511a",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-usd-blender-roundtrip\n> USD_DESKTOP_REQUIRED=1 node ../tools/web/check-nonmesh-usd-blender-roundtrip.mjs\n\nnonmesh-usd-blender-roundtrip-ok bytes=65405 objects=7 points=1 basisCurves=3 meshes=3\n\nweb-depsgraph-stage=runtime-init-begin\nweb-depsgraph-stage=runtime-init-end\nweb-depsgraph-stage=blend-read-end\nweb-depsgraph-stage=view-layer-sync-end\nweb-depsgraph-data scene=0xa71260 master=0xacb460 nodetree=0 world=0 collections=0\nweb-depsgraph-stage=global-main-swap-end\nweb-depsgraph-stage=graph-new-end\nweb-depsgraph-stage=graph-build-end\nweb-depsgraph-stage=frame-change-end\nweb-depsgraph-stage=graph-free-end\nweb-depsgraph-stage=global-main-restore-end\nweb-depsgraph-stage=blend-free-end"
|
||||
},
|
||||
{
|
||||
"token": "web:test:nonmesh-binary",
|
||||
@@ -90,9 +90,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-binary",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4132,
|
||||
"outputSha256": "0b7d02b2b5ba6c772edf687e2270ae8672b9a16be61e3793f23a2987278413e3",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-binary\n> playwright test --config playwright.config.ts -g \"one-million-point binary transfer gate\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:402:1 › enforces the N-015 one-million-point binary transfer gate (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4623,
|
||||
"outputSha256": "53f1182423f3cdcb5d0ba00f5827ba1d5ed5f880151ef5d746ae3893020ed771",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-binary\n> playwright test --config playwright.config.ts -g \"one-million-point binary transfer gate\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:402:1 › enforces the N-015 one-million-point binary transfer gate (1.6s)\n\n 1 passed (3.7s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:selection-history",
|
||||
@@ -101,9 +101,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:selection-history",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4046,
|
||||
"outputSha256": "b130771034a5d42212e4df33b6738159b73c7353bf985233393c506e8a274cb1",
|
||||
"output": "> blender-web-editor@0.1.0 test:selection-history\n> playwright test --config playwright.config.ts -g \"N-015 selection history\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1060:1 › keeps N-015 selection history bounded and rejects stale raycast hits (1.5s)\n\n 1 passed (3.2s)"
|
||||
"durationMs": 4642,
|
||||
"outputSha256": "9b8035591b1b4f7f665688d9190d7191d12a5cd6d204fcb271d46375817cb3a2",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:selection-history\n> playwright test --config playwright.config.ts -g \"N-015 selection history\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1060:1 › keeps N-015 selection history bounded and rejects stale raycast hits (1.7s)\n\n 1 passed (3.7s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:nonmesh-interaction",
|
||||
@@ -112,9 +112,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:nonmesh-interaction",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4296,
|
||||
"outputSha256": "7c96e5f69ac5c5a567bb2345fbd8b0793a80d54d8b87ef4a55b7c8cdb223e231",
|
||||
"output": "> blender-web-editor@0.1.0 test:nonmesh-interaction\n> playwright test --config playwright.config.ts -g \"N-015 curve gizmo interaction\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1081:1 › validates the N-015 curve gizmo interaction transaction boundary (1.7s)\n\n 1 passed (3.5s)"
|
||||
"durationMs": 4538,
|
||||
"outputSha256": "0794b7d8acb9c24a8de963a9a76fbbf2919228cc637d79c2b101a8280698df63",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:nonmesh-interaction\n> playwright test --config playwright.config.ts -g \"N-015 curve gizmo interaction\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1081:1 › validates the N-015 curve gizmo interaction transaction boundary (1.8s)\n\n 1 passed (3.7s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb",
|
||||
@@ -123,9 +123,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4025,
|
||||
"outputSha256": "1aa70cf5c66b18abf4f2214c67834377c7c50b46a207e84fc50de89dbeb1c1cc",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb\n> playwright test --config playwright.config.ts -g \"VDB conversion boundary\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1156:1 › validates the VDB conversion boundary and NanoVDB streaming contract (1.5s)\n\n 1 passed (3.2s)"
|
||||
"durationMs": 4103,
|
||||
"outputSha256": "974bedb7c4fa970d79b6140d1527b39de4c99f063c9c848684d064efcdc8723b",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb\n> playwright test --config playwright.config.ts -g \"VDB conversion boundary\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1156:1 › validates the VDB conversion boundary and NanoVDB streaming contract (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-availability",
|
||||
@@ -134,9 +134,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-availability",
|
||||
"exitCode": 0,
|
||||
"durationMs": 389,
|
||||
"outputSha256": "09d74a026344f6f10405b879be73c1bdf060ef1eb1d11b4aa2c1ab60ff256d49",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-availability\n> node ../tools/web/check-vdb-availability.mjs\n\nvdb-availability-ok core=READY release=BLOCKED browser-openvdb=disabled desktop=ready server=ready opfs=ready webgpu-core=ready main-roundtrip=ready viewport=blocked advanced-material=blocked resources=9"
|
||||
"durationMs": 370,
|
||||
"outputSha256": "3d1fce4839232bd9c5c7dc42ea2e462be9ade0866d1296cfc5897afadd6b39fc",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-availability\n> node ../tools/web/check-vdb-availability.mjs\n\nvdb-availability-ok core=READY release=BLOCKED browser-openvdb=disabled desktop=ready server=ready opfs=ready webgpu-core=ready main-roundtrip=ready viewport=blocked advanced-material=blocked resources=9"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-native",
|
||||
@@ -145,9 +145,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-native",
|
||||
"exitCode": 0,
|
||||
"durationMs": 1259,
|
||||
"outputSha256": "1a431ee0076697fa70cfc3230f3400b85dd45cf668a645c2a83276f615e241a4",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-native\n> node ../tools/web/check-vdb-native-pipeline.mjs\n\nvdb-native-pipeline-ok resources=14 converter=openvdb13-nanovdb32 conversion-deterministic=1 semantic-deterministic=1 official-deterministic=1 malformed=blocked browser-openvdb=off"
|
||||
"durationMs": 1341,
|
||||
"outputSha256": "52abc08ddc600e3c00842cb2619b3c4b66b113e8bd83d96db910ac1b95d5d012",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-native\n> node ../tools/web/check-vdb-native-pipeline.mjs\n\nvdb-native-pipeline-ok resources=14 converter=openvdb13-nanovdb32 conversion-deterministic=1 semantic-deterministic=1 official-deterministic=1 malformed=blocked browser-openvdb=off"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-server",
|
||||
@@ -156,9 +156,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-server",
|
||||
"exitCode": 0,
|
||||
"durationMs": 648,
|
||||
"outputSha256": "5ed0afb34328b5da0ec5702504cb1178999da5e11953129caec407d2c81c0d43",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-server\n> node ../tools/web/check-vdb-server-job.mjs\n\nvdb-server-job-ok job=vdb-b59105490496a2fee0dda646 bytes=2563944 idempotent=1 signed=1 isolated=1 cancelled=1 atomic=1 desktop-server-hash=equal"
|
||||
"durationMs": 691,
|
||||
"outputSha256": "d958e3ed39b5660b5e8d66d7171b651e97f0e87c1c7b9769709478925a91907f",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-server\n> node ../tools/web/check-vdb-server-job.mjs\n\nvdb-server-job-ok job=vdb-b59105490496a2fee0dda646 bytes=2563944 idempotent=1 signed=1 isolated=1 cancelled=1 atomic=1 desktop-server-hash=equal"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-opfs",
|
||||
@@ -167,9 +167,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-opfs",
|
||||
"exitCode": 0,
|
||||
"durationMs": 5297,
|
||||
"outputSha256": "cabf007e624b204168d00a5f292c33fbdc560e8584a609c11f7286d16e26b6e9",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-opfs\n> playwright test --config playwright.config.ts -g \"hash-bound NanoVDB project through OPFS\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1206:1 › commits and reopens a hash-bound NanoVDB project through OPFS (2.7s)\n\n 1 passed (4.5s)"
|
||||
"durationMs": 5672,
|
||||
"outputSha256": "976954270c006f573cd70022ab4cd5c500ff9d4ff895aabde4d1eb8cc1895430",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-opfs\n> playwright test --config playwright.config.ts -g \"hash-bound NanoVDB project through OPFS\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1206:1 › commits and reopens a hash-bound NanoVDB project through OPFS (2.9s)\n\n 1 passed (4.8s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-webgpu",
|
||||
@@ -178,9 +178,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-webgpu",
|
||||
"exitCode": 0,
|
||||
"durationMs": 62192,
|
||||
"outputSha256": "3885ee85fd05995c04f1a790fa134f1bdbf39503dc6a00e471fc99a77dbccf6c",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-webgpu\n> playwright test --config playwright.config.ts -g \"real NanoVDB Float32 tree with WebGPU\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1232:1 › samples and integrates a real NanoVDB Float32 tree with WebGPU (59.6s)\n\n 1 passed (1.0m)"
|
||||
"durationMs": 64026,
|
||||
"outputSha256": "d7d13bf8104f9fef4a92836d37b839fc4ec24135ad6424e7d36eddcf7b45c070",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-webgpu\n> playwright test --config playwright.config.ts -g \"real NanoVDB Float32 tree with WebGPU\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1232:1 › samples and integrates a real NanoVDB Float32 tree with WebGPU (1.0m)\n\n 1 passed (1.1m)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-viewport",
|
||||
@@ -189,9 +189,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-viewport",
|
||||
"exitCode": 0,
|
||||
"durationMs": 116435,
|
||||
"outputSha256": "eb54044817e597de7a1978fe2b8cf9d97324a2aeb0cd4ab1574a4385401f7211",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-viewport\n> playwright test --config playwright.config.ts -g \"both production viewport backends\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1264:1 › renders a real NanoVDB volume through both production viewport backends (1.9m)\n\n 1 passed (1.9m)"
|
||||
"durationMs": 122887,
|
||||
"outputSha256": "215608ae74264a438f7e93caa25758eff946f429de284021b40d202ba78756a5",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-viewport\n> playwright test --config playwright.config.ts -g \"both production viewport backends\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1264:1 › renders a real NanoVDB volume through both production viewport backends (2.0m)\n\n 1 passed (2.0m)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:vdb-faults",
|
||||
@@ -201,9 +201,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:vdb-faults",
|
||||
"exitCode": 0,
|
||||
"durationMs": 5724,
|
||||
"outputSha256": "ba420837572b94192e0dd81660674ef5cc406d77e675ad1322d705749fe785cb",
|
||||
"output": "> blender-web-editor@0.1.0 test:vdb-faults\n> playwright test --config playwright.config.ts -g \"NanoVDB paging from network, Worker and WebGPU device faults\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1344:1 › recovers NanoVDB paging from network, Worker and WebGPU device faults (3.2s)\n\n 1 passed (4.9s)"
|
||||
"durationMs": 6038,
|
||||
"outputSha256": "6ab0e4445b5c80adb967c1e573f12339ee9e5bae3b5585ff42218a266df6d28c",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:vdb-faults\n> playwright test --config playwright.config.ts -g \"NanoVDB paging from network, Worker and WebGPU device faults\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1344:1 › recovers NanoVDB paging from network, Worker and WebGPU device faults (3.4s)\n\n 1 passed (5.2s)"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-015|non-mesh",
|
||||
@@ -212,9 +212,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-015|non-mesh\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 17945,
|
||||
"outputSha256": "dabeaa176c79b4688db7d0c11faac4026ca2ea98994d582ff8006eb76a4a533d",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-015|non-mesh\n\n\nRunning 10 tests using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:295:1 › reads bounded non-mesh data blocks and previews supported geometry (2.3s)\n ✓ 2 tests/e2e/smoke.spec.ts:341:1 › reports structured N-015 gates for previewable and resource-backed data (1.2s)\n ✓ 3 tests/e2e/smoke.spec.ts:402:1 › enforces the N-015 one-million-point binary transfer gate (946ms)\n ✓ 4 tests/e2e/smoke.spec.ts:417:1 › rejects malformed N-015 binary chunks, integer overflow and budget overflow (919ms)\n ✓ 5 tests/e2e/smoke.spec.ts:1060:1 › keeps N-015 selection history bounded and rejects stale raycast hits (912ms)\n ✓ 6 tests/e2e/smoke.spec.ts:1081:1 › validates the N-015 curve gizmo interaction transaction boundary (1.2s)\n ✓ 7 tests/e2e/smoke.spec.ts:1098:40 › previews an N-015 Curve handle drag and commits Main once in main-thread Chromium (3.0s)\n ✓ 8 tests/e2e/smoke.spec.ts:1098:40 › previews an N-015 Curve handle drag and commits Main once in OffscreenCanvas Chromium (2.2s)\n ✓ 9 tests/e2e/smoke.spec.ts:1435:1 › returns real Blender evaluations for legacy non-mesh geometry (1.4s)\n ✓ 10 tests/e2e/smoke.spec.ts:1467:1 › keeps N-015 non-mesh previews in the OffscreenCanvas renderer (1.4s)\n\n 10 passed (17.1s)"
|
||||
"durationMs": 20310,
|
||||
"outputSha256": "4c6c6c6b742c24240b0ea458175e2054ef5cc0357c02f06310cea664fa7d57dc",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-015|non-mesh\n\n\nRunning 10 tests using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:295:1 › reads bounded non-mesh data blocks and previews supported geometry (2.6s)\n ✓ 2 tests/e2e/smoke.spec.ts:341:1 › reports structured N-015 gates for previewable and resource-backed data (1.3s)\n ✓ 3 tests/e2e/smoke.spec.ts:402:1 › enforces the N-015 one-million-point binary transfer gate (1.1s)\n ✓ 4 tests/e2e/smoke.spec.ts:417:1 › rejects malformed N-015 binary chunks, integer overflow and budget overflow (947ms)\n ✓ 5 tests/e2e/smoke.spec.ts:1060:1 › keeps N-015 selection history bounded and rejects stale raycast hits (974ms)\n ✓ 6 tests/e2e/smoke.spec.ts:1081:1 › validates the N-015 curve gizmo interaction transaction boundary (1.4s)\n ✓ 7 tests/e2e/smoke.spec.ts:1098:40 › previews an N-015 Curve handle drag and commits Main once in main-thread Chromium (3.4s)\n ✓ 8 tests/e2e/smoke.spec.ts:1098:40 › previews an N-015 Curve handle drag and commits Main once in OffscreenCanvas Chromium (2.5s)\n ✓ 9 tests/e2e/smoke.spec.ts:1435:1 › returns real Blender evaluations for legacy non-mesh geometry (1.6s)\n ✓ 10 tests/e2e/smoke.spec.ts:1467:1 › keeps N-015 non-mesh previews in the OffscreenCanvas renderer (1.6s)\n\n 10 passed (19.5s)"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:real OPFS quota",
|
||||
@@ -223,9 +223,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"real OPFS quota\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4220,
|
||||
"outputSha256": "3b5bbe03b09487bee7d7d21821833cdd863c7e6ccc77a62329a1c83ea8a69526",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g real OPFS quota\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1595:1 › enforces a real OPFS quota without replacing the committed project (1.6s)\n\n 1 passed (3.4s)"
|
||||
"durationMs": 4212,
|
||||
"outputSha256": "9ca11848c3935b40798325d6e54d68ec0e7c0d8eb880bb16ecba04a7ca85d3cc",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g real OPFS quota\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1595:1 › enforces a real OPFS quota without replacing the committed project (1.5s)\n\n 1 passed (3.4s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:grease-pencil",
|
||||
@@ -234,9 +234,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:grease-pencil",
|
||||
"exitCode": 0,
|
||||
"durationMs": 702,
|
||||
"outputSha256": "54038fad56465ca7ac6826cf69854c227c3812ce375031af549f2771861c9473",
|
||||
"output": "> blender-web-editor@0.1.0 test:grease-pencil\n> node ../tools/web/check-grease-pencil-roundtrip.mjs\n\ngrease-pencil-roundtrip-ok layer-frame-stroke=passed undo-redo=passed save-reopen=passed"
|
||||
"durationMs": 776,
|
||||
"outputSha256": "c5419926826128e17eed9837fd237b2467eee712143f7f3f1c7eecc243fe6775",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:grease-pencil\n> node ../tools/web/check-grease-pencil-roundtrip.mjs\n\ngrease-pencil-roundtrip-ok layer-frame-stroke=passed undo-redo=passed save-reopen=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:test:grease-pencil-editor",
|
||||
@@ -245,9 +245,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:grease-pencil-editor",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4097,
|
||||
"outputSha256": "c4109eb01c634356551cf19e26a3a3859f612e7511adfbeb25f092e9591e77bc",
|
||||
"output": "> blender-web-editor@0.1.0 test:grease-pencil-editor\n> playwright test --config playwright.config.ts -g \"N-016 Grease Pencil editor context\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:510:1 › validates the N-016 Grease Pencil editor context transaction boundary (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4194,
|
||||
"outputSha256": "71cfe010c8140d96ece7bddc359805a6dbcb54213224e78d40db436b9aef6605",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:grease-pencil-editor\n> playwright test --config playwright.config.ts -g \"N-016 Grease Pencil editor context\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:510:1 › validates the N-016 Grease Pencil editor context transaction boundary (1.5s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-016 Grease Pencil",
|
||||
@@ -256,9 +256,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-016 Grease Pencil\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 19150,
|
||||
"outputSha256": "613880a4c3506a4671fa7283c37890d85b37b10d899af99a5202625130ccf463",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-016 Grease Pencil\n\n\nRunning 12 tests using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:437:1 › enforces the N-016 Grease Pencil layer/frame/drawing/stroke/point schema budget (1.4s)\n ✓ 2 tests/e2e/smoke.spec.ts:453:1 › renders a bounded previous/next N-016 Grease Pencil onion-skin preview (872ms)\n ✓ 3 tests/e2e/smoke.spec.ts:485:3 › renders the N-016 Grease Pencil current-frame strokes in main-thread Chromium (1.3s)\n ✓ 4 tests/e2e/smoke.spec.ts:485:3 › renders the N-016 Grease Pencil current-frame strokes in OffscreenCanvas Chromium (1.2s)\n ✓ 5 tests/e2e/smoke.spec.ts:510:1 › validates the N-016 Grease Pencil editor context transaction boundary (917ms)\n ✓ 6 tests/e2e/smoke.spec.ts:526:1 › raycasts and highlights N-016 Grease Pencil points with stable drawing identity (1.3s)\n ✓ 7 tests/e2e/smoke.spec.ts:541:40 › previews N-016 Grease Pencil points and commits Main once in main-thread Chromium (1.8s)\n ✓ 8 tests/e2e/smoke.spec.ts:541:40 › previews N-016 Grease Pencil points and commits Main once in OffscreenCanvas Chromium (1.5s)\n ✓ 9 tests/e2e/smoke.spec.ts:565:1 › edits N-016 Grease Pencil layers and frames from the bounded editor panel (1.6s)\n ✓ 10 tests/e2e/smoke.spec.ts:580:1 › navigates real N-016 Grease Pencil drawing frames in the bounded Dope Sheet (1.6s)\n ✓ 11 tests/e2e/smoke.spec.ts:595:1 › moves an N-016 Grease Pencil point through one revision-bound Main transaction (1.5s)\n ✓ 12 tests/e2e/smoke.spec.ts:606:1 › reopens an edited N-016 Grease Pencil drawing after WebEngine Worker restart (1.5s)\n\n 12 passed (18.3s)"
|
||||
"durationMs": 21136,
|
||||
"outputSha256": "feeb4c14236ca3766be2bcefb3bd7567074bc91940935c2731cdcd3e4a8b8f03",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-016 Grease Pencil\n\n\nRunning 12 tests using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:437:1 › enforces the N-016 Grease Pencil layer/frame/drawing/stroke/point schema budget (1.5s)\n ✓ 2 tests/e2e/smoke.spec.ts:453:1 › renders a bounded previous/next N-016 Grease Pencil onion-skin preview (914ms)\n ✓ 3 tests/e2e/smoke.spec.ts:485:3 › renders the N-016 Grease Pencil current-frame strokes in main-thread Chromium (1.4s)\n ✓ 4 tests/e2e/smoke.spec.ts:485:3 › renders the N-016 Grease Pencil current-frame strokes in OffscreenCanvas Chromium (1.4s)\n ✓ 5 tests/e2e/smoke.spec.ts:510:1 › validates the N-016 Grease Pencil editor context transaction boundary (974ms)\n ✓ 6 tests/e2e/smoke.spec.ts:526:1 › raycasts and highlights N-016 Grease Pencil points with stable drawing identity (1.4s)\n ✓ 7 tests/e2e/smoke.spec.ts:541:40 › previews N-016 Grease Pencil points and commits Main once in main-thread Chromium (2.0s)\n ✓ 8 tests/e2e/smoke.spec.ts:541:40 › previews N-016 Grease Pencil points and commits Main once in OffscreenCanvas Chromium (1.7s)\n ✓ 9 tests/e2e/smoke.spec.ts:565:1 › edits N-016 Grease Pencil layers and frames from the bounded editor panel (1.7s)\n ✓ 10 tests/e2e/smoke.spec.ts:580:1 › navigates real N-016 Grease Pencil drawing frames in the bounded Dope Sheet (1.8s)\n ✓ 11 tests/e2e/smoke.spec.ts:595:1 › moves an N-016 Grease Pencil point through one revision-bound Main transaction (1.6s)\n ✓ 12 tests/e2e/smoke.spec.ts:606:1 › reopens an edited N-016 Grease Pencil drawing after WebEngine Worker restart (1.5s)\n\n 12 passed (20.1s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:paint-roundtrip",
|
||||
@@ -267,9 +267,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:paint-roundtrip",
|
||||
"exitCode": 0,
|
||||
"durationMs": 757,
|
||||
"outputSha256": "80170948f7a18d6e0fa314c0a3ddc660abb67b1fc018f66a944d080516523fc0",
|
||||
"output": "> blender-web-editor@0.1.0 test:paint-roundtrip\n> node ../tools/web/check-paint-roundtrip.mjs\n\npaint-roundtrip-ok vertex-color=passed vertex-weight-normalize=passed mirror-gate=passed undo-redo=passed save-reopen=passed"
|
||||
"durationMs": 785,
|
||||
"outputSha256": "d43258df5975ef194ba7c45c3758c8cac3e2ef89256510e4c1fedbc27f2b5b25",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:paint-roundtrip\n> node ../tools/web/check-paint-roundtrip.mjs\n\npaint-roundtrip-ok vertex-color=passed vertex-weight-normalize=passed mirror-gate=passed undo-redo=passed save-reopen=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-017 paint",
|
||||
@@ -278,9 +278,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-017 paint\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4194,
|
||||
"outputSha256": "b2b4157a480bfa0ddc1d3d5031baec6b784e7917b1b6781072791724d96fe655",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-017 paint\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:648:1 › enforces the N-017 paint stroke, bounded brush and UDIM patch budgets (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4154,
|
||||
"outputSha256": "204d84caabd73ba9be657483115ed1c2f681acf34ece9500ed5c0d5861c8fb7a",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-017 paint\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:648:1 › enforces the N-017 paint stroke, bounded brush and UDIM patch budgets (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-018 physics",
|
||||
@@ -289,9 +289,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-018 physics\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4083,
|
||||
"outputSha256": "67606d91993447632a709a163b3ca2a39634ffe343d523327f6a2084a5b253d1",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-018 physics\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:746:1 › validates the N-018 physics capability and cache manifests without claiming solvers (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4129,
|
||||
"outputSha256": "cfc04a1e75861cfd87fd3b58ed016a9d2a85c854866fcfc314e97fbfe591d2fa",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-018 physics\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:746:1 › validates the N-018 physics capability and cache manifests without claiming solvers (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:simulation-cache",
|
||||
@@ -300,9 +300,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:simulation-cache",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4157,
|
||||
"outputSha256": "995c1e31bb89e4124999b1e60d7cb0ac09cd5276f07e15f7affb796624a177c6",
|
||||
"output": "> blender-web-editor@0.1.0 test:simulation-cache\n> playwright test --config playwright.config.ts -g \"Simulation caches\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1631:1 › persists and revalidates content-addressed Simulation caches across Worker restarts (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4312,
|
||||
"outputSha256": "62ebe648848c8feb9f768825b87175e9c6ba374ee93fa43e9e089525e2d62a87",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:simulation-cache\n> playwright test --config playwright.config.ts -g \"Simulation caches\"\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1631:1 › persists and revalidates content-addressed Simulation caches across Worker restarts (1.6s)\n\n 1 passed (3.4s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:physics-main-reader",
|
||||
@@ -311,9 +311,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:physics-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 733,
|
||||
"outputSha256": "40b88699ab714c717a59461345880235d337e833b614056b13d43594f797fa03",
|
||||
"output": "> blender-web-editor@0.1.0 test:physics-main-reader\n> node ../tools/web/check-physics-main-reader.mjs\n\nphysics-main-reader-ok families=CLOTH,SOFT_BODY dependencies=COLLISION settings-sha256=passed save-reopen=passed playback=BLOCKED solver=BLOCKED"
|
||||
"durationMs": 771,
|
||||
"outputSha256": "db1e7ed03da623f091a436357d0fdc025fa358e13040aa98c8658b7b307c080c",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:physics-main-reader\n> node ../tools/web/check-physics-main-reader.mjs\n\nphysics-main-reader-ok families=CLOTH,SOFT_BODY dependencies=COLLISION settings-sha256=passed save-reopen=passed playback=BLOCKED solver=BLOCKED"
|
||||
},
|
||||
{
|
||||
"token": "web:test:lighting-roundtrip",
|
||||
@@ -322,9 +322,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:lighting-roundtrip",
|
||||
"exitCode": 0,
|
||||
"durationMs": 717,
|
||||
"outputSha256": "14be8ff1c568f56cdbdb4fe9b0cd091f2014e024a049d1b11aa6a800d5d76e02",
|
||||
"output": "> blender-web-editor@0.1.0 test:lighting-roundtrip\n> node ../tools/web/check-lighting-roundtrip.mjs\n\nlighting-roundtrip-ok camera-writer-dof=passed light-shadow-exposure=passed world-mist=passed color-management-reader=passed white-balance-gate=passed undo-redo=passed save-reopen=passed"
|
||||
"durationMs": 775,
|
||||
"outputSha256": "c9ddac34f9376983f0c67309583d0cb4a946d94f87421ffe1c9d6c3b39dbaba0",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:lighting-roundtrip\n> node ../tools/web/check-lighting-roundtrip.mjs\n\nlighting-roundtrip-ok camera-writer-dof=passed light-shadow-exposure=passed world-mist=passed color-management-reader=passed white-balance-gate=passed undo-redo=passed save-reopen=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-019 Scene exposure",
|
||||
@@ -333,9 +333,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-019 Scene exposure\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4550,
|
||||
"outputSha256": "55f18e2d99876fafdb02d050c9a712cca9e3d618b90d018160d9387244279420",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-019 Scene exposure\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:772:1 › maps N-019 Scene exposure and light shadow metadata without using legacy World exposure (2.0s)\n\n 1 passed (3.7s)"
|
||||
"durationMs": 4815,
|
||||
"outputSha256": "282a7bd253cb7748b37e69df903c4d6c0b3420222a0228b1aad4f2af863ae9da",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-019 Scene exposure\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:772:1 › maps N-019 Scene exposure and light shadow metadata without using legacy World exposure (2.1s)\n\n 1 passed (3.9s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:compositor-main-reader",
|
||||
@@ -344,9 +344,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:compositor-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 692,
|
||||
"outputSha256": "abcaddcb533bf00bfd0a0aa151e351e03615c3ed3a8b8e0b8d7a26ca7c0e25d6",
|
||||
"output": "> blender-web-editor@0.1.0 test:compositor-main-reader\n> node ../tools/web/check-compositor-main-reader.mjs\n\ncompositor-main-reader-ok graph-structure=passed exposure-invert-parameters=passed socket-links=passed unsupported-preserved=passed"
|
||||
"durationMs": 772,
|
||||
"outputSha256": "8a4e76fcac535266cf3d4ac3166a2465334ed066c30a6bad5821c10f488e1e3b",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:compositor-main-reader\n> node ../tools/web/check-compositor-main-reader.mjs\n\ncompositor-main-reader-ok graph-structure=passed exposure-invert-parameters=passed socket-links=passed unsupported-preserved=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-020 CPU compositor",
|
||||
@@ -355,9 +355,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-020 CPU compositor\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4177,
|
||||
"outputSha256": "af1cc149bed90ef32bc0c85c705ccecdd96208299fafd90a73b6fa8896f102ef",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-020 CPU compositor\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:834:1 › executes the bounded N-020 CPU compositor and preserves unsupported nodes as gates (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4109,
|
||||
"outputSha256": "dc95f8f62abd9d6662f2a919d6aa82ce8154e4f014d2fd2290db78aec5987381",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-020 CPU compositor\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:834:1 › executes the bounded N-020 CPU compositor and preserves unsupported nodes as gates (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:sequencer-main-reader",
|
||||
@@ -366,9 +366,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:sequencer-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 680,
|
||||
"outputSha256": "5b798b9549d5ab530f123b91fdd8d1347b49277c294725d77ba37421a4b1b739",
|
||||
"output": "> blender-web-editor@0.1.0 test:sequencer-main-reader\n> node ../tools/web/check-sequencer-main-reader.mjs\n\nsequencer-main-reader-ok media-paths=passed still-image-range=passed fps=passed effect-dependencies=passed"
|
||||
"durationMs": 730,
|
||||
"outputSha256": "3cfbd29640e5da4df0505732f2d6f963663cb67414d5ee97eebe8a7ffbbbeea8",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:sequencer-main-reader\n> node ../tools/web/check-sequencer-main-reader.mjs\n\nsequencer-main-reader-ok media-paths=passed still-image-range=passed fps=passed effect-dependencies=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-021 sequencer",
|
||||
@@ -377,9 +377,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-021 sequencer\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4076,
|
||||
"outputSha256": "3aa8c2ae171d05a17169afe602dbbf3be7ee541bbe2f24c60e06b21754f779d4",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-021 sequencer\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:879:1 › validates N-021 sequencer strips, deterministic edits, sandbox paths and codec gates (1.4s)\n\n 1 passed (3.2s)"
|
||||
"durationMs": 4157,
|
||||
"outputSha256": "4f9551827b9a72bc512d7ceba8ca569e4a8623ff767da93bc79c901451c94233",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-021 sequencer\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:879:1 › validates N-021 sequencer strips, deterministic edits, sandbox paths and codec gates (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:mask-main-reader",
|
||||
@@ -388,9 +388,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:mask-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 718,
|
||||
"outputSha256": "ebf3ada68dda29abe2008343900b2ffad6d41e9750a3e9204c7b70674bbee692",
|
||||
"output": "> blender-web-editor@0.1.0 test:mask-main-reader\n> node ../tools/web/check-mask-main-reader.mjs\n\nmask-main-reader-ok layers-splines=passed handles-feather=passed locked-editable-selection=passed"
|
||||
"durationMs": 743,
|
||||
"outputSha256": "5fab1e2b7cdae27caa97ebbaf2b9c0f72a84cb44897b856ecbfd4d5162712027",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:mask-main-reader\n> node ../tools/web/check-mask-main-reader.mjs\n\nmask-main-reader-ok layers-splines=passed handles-feather=passed locked-editable-selection=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-022 tracking",
|
||||
@@ -399,9 +399,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-022 tracking\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4098,
|
||||
"outputSha256": "1858048af0a5d9c8926a4aea37e8acf62e0ef6988f0c1e6dd4ce0c28ab4a8870",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-022 tracking\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:922:1 › validates N-022 tracking markers, masks, resource bindings and solve gates (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4096,
|
||||
"outputSha256": "67420ec6e4a28f27f2346a7e6db835d2ca8bd281cd789371458b3d17a5693e2d",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-022 tracking\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:922:1 › validates N-022 tracking markers, masks, resource bindings and solve gates (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:library-main-reader",
|
||||
@@ -410,9 +410,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:library-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 712,
|
||||
"outputSha256": "fa46d8ff58c3f7d52cc6b4744e47db2c80827462557fdbbec3fe504b67c356cf",
|
||||
"output": "> blender-web-editor@0.1.0 test:library-main-reader\n> node ../tools/web/check-library-main-reader.mjs\n\nreports | Read library: 'resources/image_resource_library.blend', '//resources/image_resource_library.blend', parent '<direct>'\n | \u001b[2;37msource/blender/blenkernel/intern/report.cc:51 BKE_report_log\u001b[0m\nreports | \u001b[1;33mWARNING\u001b[0m Unable to open 'resources/image_resource_library.blend': No such file or directory\n | \u001b[2;37msource/blender/blenkernel/intern/report.cc:54 BKE_report_log\u001b[0m\nreports | Cannot find lib 'resources/image_resource_library.blend'\n | \u001b[2;37msource/blender/blenkernel/intern/report.cc:51 BKE_report_log\u001b[0m\nlibrary-main-reader-ok relative-path=passed readonly=passed dependency-inventory=passed"
|
||||
"durationMs": 753,
|
||||
"outputSha256": "30d5e1d42dd164832e6dea514753d5e72251927249c5019e87dd79b6c8eaf392",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:library-main-reader\n> node ../tools/web/check-library-main-reader.mjs\n\nreports | Read library: 'resources/image_resource_library.blend', '//resources/image_resource_library.blend', parent '<direct>'\n | \u001b[2;37msource/blender/blenkernel/intern/report.cc:51 BKE_report_log\u001b[0m\nreports | \u001b[1;33mWARNING\u001b[0m Unable to open 'resources/image_resource_library.blend': No such file or directory\n | \u001b[2;37msource/blender/blenkernel/intern/report.cc:54 BKE_report_log\u001b[0m\nreports | Cannot find lib 'resources/image_resource_library.blend'\n | \u001b[2;37msource/blender/blenkernel/intern/report.cc:51 BKE_report_log\u001b[0m\nlibrary-main-reader-ok relative-path=passed readonly=passed dependency-inventory=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-023 asset",
|
||||
@@ -421,9 +421,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-023 asset\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4172,
|
||||
"outputSha256": "e8d063ee602df3b253284024afc2dfe18ea7c12de31f0fa902ceffa9036c5f7d",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-023 asset\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:969:1 › validates N-023 asset catalogs, library graphs, archive budgets and IO gates (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4191,
|
||||
"outputSha256": "eb7f5ba2385cdf3279dab8ede7a792d238a01f3155e8d0e08e69d4e5e606cf94",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-023 asset\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:969:1 › validates N-023 asset catalogs, library graphs, archive budgets and IO gates (1.5s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:editor-main-reader",
|
||||
@@ -432,9 +432,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:editor-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 691,
|
||||
"outputSha256": "814ab7c0fe0c737a9cbafe6f8fe59564dcb94f9244ac4af1e7b60b9d675e815b",
|
||||
"output": "> blender-web-editor@0.1.0 test:editor-main-reader\n> node ../tools/web/check-editor-main-reader.mjs\n\neditor-main-reader-ok workspaces=9 areas=36 regions=167"
|
||||
"durationMs": 750,
|
||||
"outputSha256": "534c21e20c5abe806079a385cacc0136c73a12f95600a66d52deef019509b8ba",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:editor-main-reader\n> node ../tools/web/check-editor-main-reader.mjs\n\neditor-main-reader-ok workspaces=9 areas=36 regions=167"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-024 editor",
|
||||
@@ -443,9 +443,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-024 editor\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4084,
|
||||
"outputSha256": "f36025cb33bfa95624cd2c0db5aaa948ef13c768a75cbcefbc67f41feaf3e48e",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-024 editor\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:997:1 › validates N-024 editor context, selection sync, layout budgets and workflow gates (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4193,
|
||||
"outputSha256": "79f7ba8129518e6d2819cc2e4dde8348b108ad61b5eaeb93e751cb0568bd522a",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-024 editor\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:997:1 › validates N-024 editor context, selection sync, layout budgets and workflow gates (1.5s)\n\n 1 passed (3.4s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:script-main-reader",
|
||||
@@ -454,9 +454,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:script-main-reader",
|
||||
"exitCode": 0,
|
||||
"durationMs": 700,
|
||||
"outputSha256": "5d06bf4178fb048dcfc30fa197812632c84e2c2266e328b325c941290c971581",
|
||||
"output": "> blender-web-editor@0.1.0 test:script-main-reader\n> node ../tools/web/check-script-main-reader.mjs\n\nscript-main-reader-ok full-source=passed sha256=passed autorun-default-deny=passed"
|
||||
"durationMs": 779,
|
||||
"outputSha256": "e73ad4daab4992a2e86e5e91a81d5e830c7d4604122e021da8fac36f90b37316",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:script-main-reader\n> node ../tools/web/check-script-main-reader.mjs\n\nscript-main-reader-ok full-source=passed sha256=passed autorun-default-deny=passed"
|
||||
},
|
||||
{
|
||||
"token": "web:test:scripting-isolation",
|
||||
@@ -465,9 +465,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:scripting-isolation",
|
||||
"exitCode": 0,
|
||||
"durationMs": 863,
|
||||
"outputSha256": "d124b300b4531fae73575afdec53baff2e0656207a1b9f96969f8761e277cd25",
|
||||
"output": "> blender-web-editor@0.1.0 test:scripting-isolation\n> node ../tools/web/check-scripting-isolation.mjs\n\nscripting-isolation-ok status=BLOCKED audit=DENY approved-key=sandbox-unavailable server=unavailable execution=disabled"
|
||||
"durationMs": 894,
|
||||
"outputSha256": "6469327e0bb1c241dc7b0c0d184ca45cbe258f56638a245663c215eaa2ab91bf",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:scripting-isolation\n> node ../tools/web/check-scripting-isolation.mjs\n\nscripting-isolation-ok status=BLOCKED audit=DENY approved-key=sandbox-unavailable server=unavailable execution=disabled"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-025 script",
|
||||
@@ -476,9 +476,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-025 script\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4072,
|
||||
"outputSha256": "1d4a3ba828574a63106cceb1b809be66bb60d167a7c9f870c297683021954a5d",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-025 script\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1017:1 › validates N-025 script policy, signatures, budgets and platform gates (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4125,
|
||||
"outputSha256": "dc5463f44e788eed8372e05f0c9cfcaff9ffa31b0badb3f881c768f2dd6c6805",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-025 script\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1017:1 › validates N-025 script policy, signatures, budgets and platform gates (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:e2e:N-026 release",
|
||||
@@ -487,9 +487,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:e2e -- --workers=1 -g \"N-026 release\"",
|
||||
"exitCode": 0,
|
||||
"durationMs": 4106,
|
||||
"outputSha256": "eeffeacdf49d91e2fbaf754723d147796dedbd25721d46a3931684a9ac32fe91",
|
||||
"output": "> blender-web-editor@0.1.0 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-026 release\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1040:1 › keeps N-026 release manifest deterministic and blocks missing evidence (1.5s)\n\n 1 passed (3.3s)"
|
||||
"durationMs": 4146,
|
||||
"outputSha256": "b9262c32aa2e913165d94cce4611a9422bcb3d66f5626317a7403c7972963e2a",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:e2e\n> playwright test --config playwright.config.ts --workers=1 -g N-026 release\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/smoke.spec.ts:1040:1 › keeps N-026 release manifest deterministic and blocks missing evidence (1.4s)\n\n 1 passed (3.3s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:v1-user-loop",
|
||||
@@ -498,9 +498,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:v1-user-loop",
|
||||
"exitCode": 0,
|
||||
"durationMs": 5032,
|
||||
"outputSha256": "81703418e4a01edfa77fa5ca7251a37d49fe9732e0e98d8a90182162014e3a94",
|
||||
"output": "> blender-web-editor@0.1.0 test:v1-user-loop\n> playwright test --config playwright.config.ts tests/e2e/v1-user-loop.spec.ts\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/v1-user-loop.spec.ts:6:1 › completes the V1 import-edit-save-restart-reopen-GLB loop (2.7s)\n\n 1 passed (4.2s)"
|
||||
"durationMs": 5555,
|
||||
"outputSha256": "82cbcac6791c98fa4f0effa80ab5de4f170cfc65b0883c06bf447ea45008146a",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:v1-user-loop\n> playwright test --config playwright.config.ts tests/e2e/v1-user-loop.spec.ts\n\n\nRunning 1 test using 1 worker\n\n ✓ 1 tests/e2e/v1-user-loop.spec.ts:6:1 › completes the V1 import-edit-save-restart-reopen-GLB loop (3.0s)\n\n 1 passed (4.7s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:release-evidence",
|
||||
@@ -509,9 +509,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:release-evidence",
|
||||
"exitCode": 0,
|
||||
"durationMs": 842,
|
||||
"outputSha256": "12b1eec0e7653d11ae97fdfbecafeb0a71cab66ea5f343d9992826ce4a4fa9d0",
|
||||
"output": "> blender-web-editor@0.1.0 test:release-evidence\n> node ../tools/web/check-release-evidence.mjs\n\nrelease-evidence-check-ok records=17 missing=0 status=READY"
|
||||
"durationMs": 1184,
|
||||
"outputSha256": "fd4d31581227c482d4f7e165cbf83a313a667a6551a069c982c086d1b90fbaec",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:release-evidence\n> node ../tools/web/check-release-evidence.mjs\n\nrelease-evidence-check-ok records=17 missing=0 status=READY"
|
||||
},
|
||||
{
|
||||
"token": "web:test:browser",
|
||||
@@ -520,9 +520,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:browser",
|
||||
"exitCode": 0,
|
||||
"durationMs": 6933,
|
||||
"outputSha256": "beec8f6ae62d79680a1b3d5a13cc0ed75c13ed2620ce0da2c1b8db4a77a5ad13",
|
||||
"output": "> blender-web-editor@0.1.0 test:browser\n> playwright test --config playwright.release.config.ts\n\n\nRunning 3 tests using 1 worker\n\n ✓ 1 [chromium] › tests/e2e/cross-browser.spec.ts:6:1 › boots the offline engine, renders SceneIR and performs a Main edit (2.6s)\n ✓ 2 [chromium] › tests/e2e/cross-browser.spec.ts:32:1 › keeps content-addressed asset recovery available in Chromium (973ms)\n ✓ 3 [chromium] › tests/e2e/cross-browser.spec.ts:51:1 › keeps the committed project after quota failure and Worker restart in Chromium (994ms)\n\n 3 passed (6.1s)"
|
||||
"durationMs": 9223,
|
||||
"outputSha256": "c31e3eb770f85aff43c5da17b2cb819b5a4d4bb69dfc85a9cb2319a24f7bfc12",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:browser\n> playwright test --config playwright.release.config.ts\n\n\nRunning 3 tests using 1 worker\n\n ✓ 1 [chromium] › tests/e2e/cross-browser.spec.ts:6:1 › boots the offline engine, renders SceneIR and performs a Main edit (3.4s)\n ✓ 2 [chromium] › tests/e2e/cross-browser.spec.ts:32:1 › keeps content-addressed asset recovery available in Chromium (1.6s)\n ✓ 3 [chromium] › tests/e2e/cross-browser.spec.ts:51:1 › keeps the committed project after quota failure and Worker restart in Chromium (1.3s)\n\n 3 passed (8.1s)"
|
||||
},
|
||||
{
|
||||
"token": "web:test:release-package",
|
||||
@@ -531,9 +531,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:release-package",
|
||||
"exitCode": 0,
|
||||
"durationMs": 5691,
|
||||
"outputSha256": "e44e4a3d2b6698b700be7ed6deda864ecba337e467d341cf7dd6b43aaee8f846",
|
||||
"output": "> blender-web-editor@0.1.0 test:release-package\n> npm run build && npm run release:sbom && node ../tools/web/check-release-package.mjs\n\n\n> blender-web-editor@0.1.0 build\n> tsc -p tsconfig.json && vite build --config app/vite.config.ts\n\nvite v8.2.0 building client environment for production...\n\u001b[2K\rtransforming...✓ 54 modules transformed.\nrendering chunks...\ncomputing gzip size...\ndist/index.html 0.46 kB │ gzip: 0.30 kB\ndist/assets/storage.worker-COUVNftM.js 36.81 kB\ndist/assets/web-engine.worker-CWkf48pG.js 245.76 kB\ndist/assets/viewport-render.worker-DZmZ4IRD.js 601.32 kB\ndist/assets/web_engine-CvVHxFlQ.wasm 15,048.04 kB │ gzip: 3,562.32 kB\ndist/assets/index-QI0bg0OR.css 11.41 kB │ gzip: 3.18 kB\ndist/assets/index-Cv6ZsBTp.js 973.17 kB │ gzip: 263.15 kB\n\n✓ built in 584ms\n\n> blender-web-editor@0.1.0 release:sbom\n> node ../tools/web/generate-sbom.mjs\n\nsbom-ok packages=150 sha256=aa50a5b98ebb51c98c6eced2ec32dff96b8df6d90e10cc101ce9e8eb44695060\nrelease-package-ok files=10 bytes=32096983\n\n[plugin rolldown:vite-resolve] Module \"module\" has been externalized for browser compatibility, imported by \"/home/mes123456/workinf_Blender_Wasm/web/app/src/vendor/blender/web_engine.js\". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.\n[plugin builtin:vite-reporter] \n(!) Some chunks are larger than 500 kB after minification. Consider:\n- Using dynamic import() to code-split the application\n- Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting\n- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit."
|
||||
"durationMs": 7028,
|
||||
"outputSha256": "d087f0a9f20a7027eccb94c7a9cc6b0b67924377510582a91755629debc8de0e",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:release-package\n> npm run build && npm run release:sbom && node ../tools/web/check-release-package.mjs\n\n\n> blender-web-editor@0.1.0-rc.1 build\n> tsc -p tsconfig.json && vite build --config app/vite.config.ts\n\nvite v8.2.0 building client environment for production...\n\u001b[2K\rtransforming...✓ 54 modules transformed.\nrendering chunks...\ncomputing gzip size...\ndist/index.html 0.46 kB │ gzip: 0.30 kB\ndist/assets/storage.worker-COUVNftM.js 36.81 kB\ndist/assets/web-engine.worker-CWkf48pG.js 245.76 kB\ndist/assets/viewport-render.worker-DZmZ4IRD.js 601.32 kB\ndist/assets/web_engine-CvVHxFlQ.wasm 15,048.04 kB │ gzip: 3,562.32 kB\ndist/assets/index-QI0bg0OR.css 11.41 kB │ gzip: 3.18 kB\ndist/assets/index-YnUA2xia.js 978.22 kB │ gzip: 264.63 kB\n\n✓ built in 877ms\n\n> blender-web-editor@0.1.0-rc.1 release:sbom\n> node ../tools/web/generate-sbom.mjs\n\nsbom-ok packages=150 sha256=7d0fb22790c44bada5f01e5ebc12f6050e1c0436a53f58dceb2e979c17bb593a\nrelease-package-ok files=14 bytes=32896131\n\n[plugin rolldown:vite-resolve] Module \"module\" has been externalized for browser compatibility, imported by \"/home/mes123456/workinf_Blender_Wasm/web/app/src/vendor/blender/web_engine.js\". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.\n[plugin builtin:vite-reporter] \n(!) Some chunks are larger than 500 kB after minification. Consider:\n- Using dynamic import() to code-split the application\n- Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting\n- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit."
|
||||
},
|
||||
{
|
||||
"token": "web:release:offline",
|
||||
@@ -542,9 +542,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run release:offline",
|
||||
"exitCode": 0,
|
||||
"durationMs": 36973,
|
||||
"outputSha256": "e7202bf7f4d4a7fb171ad29073d92f1846951e5785f91dea2f23ea65121603ae",
|
||||
"output": "> blender-web-editor@0.1.0 release:offline\n> npm run build && node ../tools/web/check-offline-reproducibility.mjs\n\n\n> blender-web-editor@0.1.0 build\n> tsc -p tsconfig.json && vite build --config app/vite.config.ts\n\nvite v8.2.0 building client environment for production...\n\u001b[2K\rtransforming...✓ 54 modules transformed.\nrendering chunks...\ncomputing gzip size...\ndist/index.html 0.46 kB │ gzip: 0.30 kB\ndist/assets/storage.worker-COUVNftM.js 36.81 kB\ndist/assets/web-engine.worker-CWkf48pG.js 245.76 kB\ndist/assets/viewport-render.worker-DZmZ4IRD.js 601.32 kB\ndist/assets/web_engine-CvVHxFlQ.wasm 15,048.04 kB │ gzip: 3,562.32 kB\ndist/assets/index-QI0bg0OR.css 11.41 kB │ gzip: 3.18 kB\ndist/assets/index-Cv6ZsBTp.js 973.17 kB │ gzip: 263.15 kB\n\n✓ built in 584ms\nsbom-ok packages=150 sha256=aa50a5b98ebb51c98c6eced2ec32dff96b8df6d90e10cc101ce9e8eb44695060\noffline-release-ok binary=7585557 source=205827355 sha256=f2903a75026a0a28615aeb5f4834a3859af83022c82bc50e28437dcbed68e549\nsbom-ok packages=150 sha256=aa50a5b98ebb51c98c6eced2ec32dff96b8df6d90e10cc101ce9e8eb44695060\noffline-release-ok binary=7585557 source=205827355 sha256=f2903a75026a0a28615aeb5f4834a3859af83022c82bc50e28437dcbed68e549\noffline-reproducibility-ok binary=f2903a75026a0a28615aeb5f4834a3859af83022c82bc50e28437dcbed68e549 source=8324d6353954ca782d84cbfd26f18a2a03fada17128d4f32c13a29e9c8aa50cc\n\n[plugin rolldown:vite-resolve] Module \"module\" has been externalized for browser compatibility, imported by \"/home/mes123456/workinf_Blender_Wasm/web/app/src/vendor/blender/web_engine.js\". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.\n[plugin builtin:vite-reporter] \n(!) Some chunks are larger than 500 kB after minification. Consider:\n- Using dynamic import() to code-split the application\n- Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting\n- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit."
|
||||
"durationMs": 45192,
|
||||
"outputSha256": "0b59a36f3df2b4450493bfa7770e30b853cd97abdd761bef494e35ee738607e1",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 release:offline\n> npm run build && node ../tools/web/check-offline-reproducibility.mjs\n\n\n> blender-web-editor@0.1.0-rc.1 build\n> tsc -p tsconfig.json && vite build --config app/vite.config.ts\n\nvite v8.2.0 building client environment for production...\n\u001b[2K\rtransforming...✓ 54 modules transformed.\nrendering chunks...\ncomputing gzip size...\ndist/index.html 0.46 kB │ gzip: 0.30 kB\ndist/assets/storage.worker-COUVNftM.js 36.81 kB\ndist/assets/web-engine.worker-CWkf48pG.js 245.76 kB\ndist/assets/viewport-render.worker-DZmZ4IRD.js 601.32 kB\ndist/assets/web_engine-CvVHxFlQ.wasm 15,048.04 kB │ gzip: 3,562.32 kB\ndist/assets/index-QI0bg0OR.css 11.41 kB │ gzip: 3.18 kB\ndist/assets/index-YnUA2xia.js 978.22 kB │ gzip: 264.63 kB\n\n✓ built in 880ms\nsbom-ok packages=150 sha256=7d0fb22790c44bada5f01e5ebc12f6050e1c0436a53f58dceb2e979c17bb593a\noffline-release-ok binary=7841801 source=206996277 sha256=8af6c782b8e4b31020219597b821160b7634439749c455fd31d9d919676e2e2e\nsbom-ok packages=150 sha256=7d0fb22790c44bada5f01e5ebc12f6050e1c0436a53f58dceb2e979c17bb593a\noffline-release-ok binary=7841801 source=206996277 sha256=8af6c782b8e4b31020219597b821160b7634439749c455fd31d9d919676e2e2e\noffline-reproducibility-ok binary=8af6c782b8e4b31020219597b821160b7634439749c455fd31d9d919676e2e2e source=ee09b3e43e715b3d5497573bbf63a449cbea146150d56c08c6506afd5fce2871\n\n[plugin rolldown:vite-resolve] Module \"module\" has been externalized for browser compatibility, imported by \"/home/mes123456/workinf_Blender_Wasm/web/app/src/vendor/blender/web_engine.js\". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.\n[plugin builtin:vite-reporter] \n(!) Some chunks are larger than 500 kB after minification. Consider:\n- Using dynamic import() to code-split the application\n- Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting\n- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit."
|
||||
},
|
||||
{
|
||||
"token": "web:test:release-performance",
|
||||
@@ -553,9 +553,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:release-performance",
|
||||
"exitCode": 0,
|
||||
"durationMs": 82653,
|
||||
"outputSha256": "ac3c6ae6138f9434cf9c627d626694f08c24715b903cbfae3f1b5ce58f4faf3e",
|
||||
"output": "> blender-web-editor@0.1.0 test:release-performance\n> node ../tools/web/check-release-performance.mjs\n\nrelease-performance-ok [{\"target\":100000,\"ratio\":0.9,\"inputTriangles\":100000,\"outputTriangles\":89999,\"elapsedMs\":81667,\"peakHeapBytes\":67108864,\"releasedPointerCount\":10,\"recoveryAllocation\":true},{\"target\":1000000,\"ratio\":1,\"inputTriangles\":1000000,\"outputTriangles\":1000000,\"elapsedMs\":507,\"peakHeapBytes\":346554368,\"releasedPointerCount\":10,\"recoveryAllocation\":true}]\n\nHeap resize call from 67108864 to 80543744 took 0.1827109999867389 msecs. Success: true\nHeap resize call from 80543744 to 96665600 took 0.1000789999961853 msecs. Success: true\nHeap resize call from 96665600 to 115998720 took 0.05835200000728946 msecs. Success: true\nHeap resize call from 115998720 to 139198464 took 0.03199099999619648 msecs. Success: true\nHeap resize call from 139198464 to 167051264 took 1.2570010000054026 msecs. Success: true\nHeap resize call from 167051264 to 200474624 took 1.3920889999862993 msecs. Success: true\nHeap resize call from 200474624 to 240582656 took 1.357361000002129 msecs. Success: true\nHeap resize call from 240582656 to 288751616 took 1.3448809999972582 msecs. Success: true\nHeap resize call from 288751616 to 346554368 took 1.3298830000130692 msecs. Success: true"
|
||||
"durationMs": 89284,
|
||||
"outputSha256": "e76cf7de997e507dbab0242f1cde2e6b291a9f99d63ef2ca2450332da16d9ea3",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:release-performance\n> node ../tools/web/check-release-performance.mjs\n\nrelease-performance-ok [{\"target\":100000,\"ratio\":0.9,\"inputTriangles\":100000,\"outputTriangles\":89999,\"elapsedMs\":88241,\"peakHeapBytes\":67108864,\"releasedPointerCount\":10,\"recoveryAllocation\":true},{\"target\":1000000,\"ratio\":1,\"inputTriangles\":1000000,\"outputTriangles\":1000000,\"elapsedMs\":535,\"peakHeapBytes\":346554368,\"releasedPointerCount\":10,\"recoveryAllocation\":true}]\n\nHeap resize call from 67108864 to 80543744 took 0.2181620000046678 msecs. Success: true\nHeap resize call from 80543744 to 96665600 took 0.09495199999946635 msecs. Success: true\nHeap resize call from 96665600 to 115998720 took 0.04383199999574572 msecs. Success: true\nHeap resize call from 115998720 to 139198464 took 0.05545200000051409 msecs. Success: true\nHeap resize call from 139198464 to 167051264 took 1.4360670000023674 msecs. Success: true\nHeap resize call from 167051264 to 200474624 took 1.4820880000042962 msecs. Success: true\nHeap resize call from 200474624 to 240582656 took 1.6095040000072913 msecs. Success: true\nHeap resize call from 240582656 to 288751616 took 1.3340389999939362 msecs. Success: true\nHeap resize call from 288751616 to 346554368 took 1.456514999998035 msecs. Success: true"
|
||||
},
|
||||
{
|
||||
"token": "web:test:malicious-blends",
|
||||
@@ -564,9 +564,9 @@
|
||||
],
|
||||
"command": "npm --prefix web run test:malicious-blends",
|
||||
"exitCode": 0,
|
||||
"durationMs": 489,
|
||||
"outputSha256": "cbac9faec5d96aa047fb40c0e21a3d06cb3eb741d943ddd55ab4188a9cc328c0",
|
||||
"output": "> blender-web-editor@0.1.0 test:malicious-blends\n> node ../tools/web/check-malicious-blends.mjs\n\nmalicious-blends-ok rejected=5"
|
||||
"durationMs": 507,
|
||||
"outputSha256": "acd3b170723a0b560590b327a3eea3a119df2c246e46c6d849a5ccb3e8766d74",
|
||||
"output": "> blender-web-editor@0.1.0-rc.1 test:malicious-blends\n> node ../tools/web/check-malicious-blends.mjs\n\nmalicious-blends-ok rejected=5"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
47
docs/web/CI.md
Normal file
47
docs/web/CI.md
Normal file
@@ -0,0 +1,47 @@
|
||||
# M6 CI contract
|
||||
|
||||
The repository remote is Gitea, so the authoritative workflow is
|
||||
`.gitea/workflows/m6-ci.yml`. `main` is the protected release ref. Pull requests and ordinary
|
||||
pushes run quick and Chromium lanes; the release lane runs only for a `main` push or an explicit
|
||||
`workflow_dispatch`.
|
||||
|
||||
## Pinned runner matrix
|
||||
|
||||
| Component | Pinned value | Lane |
|
||||
| --- | --- | --- |
|
||||
| Runner | self-hosted Debian 13 x86_64, labels `blender-web` / `blender-web-release` | all |
|
||||
| Node.js | 20.19.2 | all |
|
||||
| npm | lockfile-compatible npm 9 | all |
|
||||
| Playwright | 1.62.1 | Chromium, release |
|
||||
| Chromium | Playwright Chromium 149.0.7827.55 or `CHROME_PATH` override | Chromium, release |
|
||||
| Blender | official Blender 5.2.0 LTS with USD enabled, configured by `BLENDER_BIN` | release |
|
||||
| Emscripten | 3.1.69 | release |
|
||||
|
||||
`BLENDER_ARCHIVE_SHA256` must identify the official Blender archive used by acceptance. VDB jobs
|
||||
use `VDB_RESOURCE_ROOT`; when it is absent, tools resolve `resource-library/blender-web-vdb`
|
||||
under the runner home directory.
|
||||
|
||||
## Lane contents
|
||||
|
||||
`npm --prefix web run ci:quick` installs from `package-lock.json`, then runs typecheck, lint, Node
|
||||
tests, status consistency and release-evidence schema checks.
|
||||
|
||||
`npm --prefix web run ci:chromium` runs the P0 user loop (including main-thread and Offscreen
|
||||
viewports), release browser smoke, network interruption, device loss, OOM, real OPFS quota,
|
||||
malicious blend and archive gates. Every browser command receives a newly allocated loopback port;
|
||||
Playwright owns and cleans its server process.
|
||||
|
||||
`npm --prefix web run ci:release` runs full E2E, the complete performance and VDB matrices, V1
|
||||
acceptance, reproducible offline packaging, archive cold boot, and binary/source independent
|
||||
verification.
|
||||
|
||||
Each lane writes `release/ci-reports/<lane>.json`, a sidecar SHA-256 and one immutable log per
|
||||
command. Reports use `docs/status/ci-lane-report.schema.json` and bind the commit, lockfile, parity
|
||||
ledger, engine manifest, SBOM, available archives and every command log. A failed subcommand writes
|
||||
an atomic `FAILED` report before the lane exits nonzero; it cannot reuse an older READY report.
|
||||
|
||||
The npm cache key is derived from `web/package-lock.json`. The Emscripten cache additionally binds
|
||||
version 3.1.69 and `tools/web/emscripten-env.sh`. Release evidence, reports and archives are never
|
||||
cache inputs. Artifact retention is fixed at 7 days for quick, 14 days for Chromium and 30 days for
|
||||
release; the report checker runs before upload.
|
||||
|
||||
@@ -13,6 +13,173 @@ Production uses HTTPS. Loopback development may use `http://127.0.0.1`; `file://
|
||||
Runtime assets are same-origin. A reverse proxy must not strip the isolation, range, cache, MIME or
|
||||
ETag headers.
|
||||
|
||||
## Empty-directory install runbook
|
||||
|
||||
The release delivery contains `blender-web-offline.tar.gz`,
|
||||
`blender-web-corresponding-source.tar.gz` and `SHA256SUMS.txt`. Install as an unprivileged deployment
|
||||
user on a Linux host with GNU `tar`, `sha256sum`, `awk`, `mktemp`, `ln` and `mv`. Start with an empty
|
||||
install root; do not extract directly over a running release.
|
||||
|
||||
Set explicit paths. `BLENDER_WEB_INSTALL_ROOT` must be a new or dedicated directory, never `/`, a
|
||||
home directory or a shared workspace.
|
||||
|
||||
```bash
|
||||
BLENDER_WEB_DELIVERY=/absolute/path/to/delivery
|
||||
BLENDER_WEB_INSTALL_ROOT=/srv/blender-web
|
||||
BLENDER_WEB_ARCHIVE="$BLENDER_WEB_DELIVERY/blender-web-offline.tar.gz"
|
||||
BLENDER_WEB_SUMS="$BLENDER_WEB_DELIVERY/SHA256SUMS.txt"
|
||||
|
||||
test -f "$BLENDER_WEB_ARCHIVE"
|
||||
test -f "$BLENDER_WEB_SUMS"
|
||||
mkdir -p "$BLENDER_WEB_INSTALL_ROOT/releases"
|
||||
|
||||
BLENDER_WEB_EXPECTED_SHA256="$(awk '$2 == "blender-web-offline.tar.gz" { print $1 }' "$BLENDER_WEB_SUMS")"
|
||||
BLENDER_WEB_ACTUAL_SHA256="$(sha256sum "$BLENDER_WEB_ARCHIVE" | awk '{ print $1 }')"
|
||||
test -n "$BLENDER_WEB_EXPECTED_SHA256"
|
||||
test "$BLENDER_WEB_ACTUAL_SHA256" = "$BLENDER_WEB_EXPECTED_SHA256"
|
||||
|
||||
tar -tzf "$BLENDER_WEB_ARCHIVE"
|
||||
BLENDER_WEB_STAGE="$(mktemp -d "$BLENDER_WEB_INSTALL_ROOT/.install.XXXXXX")"
|
||||
tar --no-same-owner --no-same-permissions -xzf "$BLENDER_WEB_ARCHIVE" -C "$BLENDER_WEB_STAGE"
|
||||
test -f "$BLENDER_WEB_STAGE/blender-web-offline/app/index.html"
|
||||
test -f "$BLENDER_WEB_STAGE/blender-web-offline/deployment-contract.json"
|
||||
|
||||
BLENDER_WEB_RELEASE_DIR="$BLENDER_WEB_INSTALL_ROOT/releases/$BLENDER_WEB_ACTUAL_SHA256"
|
||||
test ! -e "$BLENDER_WEB_RELEASE_DIR"
|
||||
mv "$BLENDER_WEB_STAGE/blender-web-offline" "$BLENDER_WEB_RELEASE_DIR"
|
||||
rmdir "$BLENDER_WEB_STAGE"
|
||||
ln -s "releases/$BLENDER_WEB_ACTUAL_SHA256" "$BLENDER_WEB_INSTALL_ROOT/.current.next"
|
||||
mv -Tf "$BLENDER_WEB_INSTALL_ROOT/.current.next" "$BLENDER_WEB_INSTALL_ROOT/current"
|
||||
test -f "$BLENDER_WEB_INSTALL_ROOT/current/app/index.html"
|
||||
```
|
||||
|
||||
Before extraction, operators must inspect the `tar -tzf` output and reject absolute paths, `..`
|
||||
components, links and entries outside `blender-web-offline/`. The automated M6 gate performs these
|
||||
checks before it extracts anything. The content SHA-256 is the immutable release directory name;
|
||||
`current` is the only mutable pointer. The server document root is
|
||||
`$BLENDER_WEB_INSTALL_ROOT/current/app`, while `deployment-contract.json` remains beside `app/`.
|
||||
|
||||
## Transport preflight
|
||||
|
||||
Choose and record one origin before starting the server:
|
||||
|
||||
- Production: `https://<public-host>[:port]`. TLS terminates at the compatible server or reverse
|
||||
proxy. Plain HTTP on a public DNS name, LAN address, `0.0.0.0` or container hostname is rejected.
|
||||
- Local verification only: `http://127.0.0.1:<port>`. Do not publish the loopback-only server by
|
||||
changing its bind address.
|
||||
- `file://`, origins with embedded credentials and deployments below a URL path prefix are
|
||||
unsupported. The application and every runtime asset must share one origin.
|
||||
|
||||
An HTTPS reverse proxy must forward requests to the document root without rewriting asset paths and
|
||||
must preserve every header in `responseHeaders.allResponses`. A loopback check is not evidence that a
|
||||
public plain-HTTP deployment is supported.
|
||||
|
||||
After the server starts, replace `BLENDER_WEB_ORIGIN` with the recorded HTTPS or loopback origin and
|
||||
run:
|
||||
|
||||
```bash
|
||||
curl --fail --silent --show-error --head "$BLENDER_WEB_ORIGIN/"
|
||||
curl --fail --silent --show-error --head "$BLENDER_WEB_ORIGIN/engine-manifest.json"
|
||||
curl --fail --silent --show-error \
|
||||
--header 'Range: bytes=0-15' \
|
||||
"$BLENDER_WEB_ORIGIN/vendor/blender/single/web_engine.wasm" >/dev/null
|
||||
```
|
||||
|
||||
The first two responses must contain the three isolation headers, the contract cache policy, a
|
||||
strong ETag and the exact MIME type. The range request must return `206` with `Accept-Ranges`,
|
||||
`Content-Range`, `Content-Length` and the same strong ETag validator. Open the recorded origin in a
|
||||
new Chromium profile and require `window.isSecureContext === true`,
|
||||
`window.crossOriginIsolated === true`, the manifest to be verified and the selected engine to be
|
||||
ready before directing users to the release.
|
||||
|
||||
## Upgrade runbook
|
||||
|
||||
Keep the public origin unchanged. IndexedDB and OPFS are origin-bound; changing scheme, host or port
|
||||
creates a different storage boundary and is not an upgrade. Do not clear site data, browser profiles,
|
||||
OPFS, IndexedDB or the old release directory during an upgrade.
|
||||
|
||||
1. Announce a maintenance window. Require active edits and saves to finish, then have users close or
|
||||
reload existing tabs. A document and all of its content-hashed Workers must come from one release.
|
||||
2. Install the new archive into a new content SHA-256 release directory by repeating the validation
|
||||
and staging steps above, but do not change `current` yet.
|
||||
3. Compare `current/release-metadata.json` with the new `release-metadata.json`. Record the old and new
|
||||
product versions, engine release IDs, IndexedDB schema versions, OPFS project manifest versions,
|
||||
entry assets and Worker assets. Reject a lower storage schema during upgrade. An OPFS schema change
|
||||
requires an explicitly documented migration and recovery test; V1 currently declares schema `1`.
|
||||
4. Start the new directory on a separate loopback-only validation port. Run the header, MIME, range,
|
||||
manifest hash and browser cold-start gates before changing public traffic.
|
||||
5. Export or download a backup of each critical project before the first forward-only storage
|
||||
migration. The current IndexedDB schema is `6`; `onupgradeneeded` applies migrations atomically when
|
||||
the new StorageWorker starts. A failed transaction must leave the old database version intact.
|
||||
6. Stop admitting new sessions, then create `.current.next` pointing to the complete new release and
|
||||
atomically rename it over `current`. Never switch `app/`, `engine-manifest.json`, stable engine files
|
||||
or Worker files separately.
|
||||
7. Revalidate `/`, `/engine-manifest.json`, one engine range, `window.isSecureContext`,
|
||||
`window.crossOriginIsolated`, the selected engine and Storage schema. Reopen a saved OPFS project,
|
||||
compare its revision and blend SHA-256, perform one edit/save, and only then end maintenance.
|
||||
|
||||
HTML, `engine-manifest.json` and stable engine URLs remain `no-cache`; a release switch therefore
|
||||
revalidates them. Content-hashed entry and Worker URLs remain immutable. A manifest `releaseId`
|
||||
mismatch requires a full refresh and must not initialize an engine or open a project. If any preflight
|
||||
or post-switch check fails, leave or restore `current` to the old complete release; do not delete the
|
||||
new directory until diagnostics are captured, and do not delete the old directory until the rollback
|
||||
window ends.
|
||||
|
||||
## Rollback runbook
|
||||
|
||||
Rollback changes only the `current` app/engine release pointer. It never deletes or rewrites browser
|
||||
site data. Keep the public origin unchanged and retain both release directories plus the pre-upgrade
|
||||
project exports throughout the rollback window.
|
||||
|
||||
1. Stop new sessions and require active saves to finish. Record the current project revision and blend
|
||||
SHA-256, the active `current` target, and both releases' `release-metadata.json` files.
|
||||
2. Compare the browser's already-opened IndexedDB schema and OPFS project manifest schema with the
|
||||
target old release. A target with the same IndexedDB schema and the same OPFS schema is directly
|
||||
readable. Re-run its loopback cold-start and project-reopen checks before switching.
|
||||
3. If the browser database has migrated above the old release's IndexedDB schema, in-place rollback is
|
||||
`BLOCKED`: opening the older database version would fail. Do not delete or recreate the database.
|
||||
Deploy a forward-compatible repair release that retains the current storage schema, or restore the
|
||||
pre-upgrade project export under a separate recovery origin/profile supported by the old release.
|
||||
4. If the OPFS project manifest schema differs, in-place rollback is also `BLOCKED` unless that exact
|
||||
reverse reader has its own tested migration. V1 does not claim reverse OPFS migrations.
|
||||
5. For a compatible target, create `.current.next` pointing to the complete old content-hash directory
|
||||
and atomically rename it over `current`. Never copy individual HTML, manifest, engine or Worker files.
|
||||
6. Revalidate transport, cache, manifest and engine identity. Reopen the same project and require its
|
||||
revision and blend SHA-256 to match the pre-rollback values before allowing one edit/save.
|
||||
|
||||
If post-switch validation fails, atomically restore `current` to the newer release. Capture diagnostics
|
||||
before removing a failed target. Browser data, the newer release and project exports remain untouched.
|
||||
|
||||
## Failure diagnostics
|
||||
|
||||
The machine-readable source is `operations-diagnostics.json`. Capture the active release metadata,
|
||||
origin, failing URL, response headers, stable error code and project revision before recovery.
|
||||
|
||||
| Domain | Primary signal | Confirm | Recovery and data boundary |
|
||||
| --- | --- | --- | --- |
|
||||
| MIME | `DEPLOYMENT_MIME_MISMATCH` or streaming/module refusal | HEAD the URL; compare `Content-Type` with the contract | Fix the MIME map and repeat HEAD. Do not clear project storage. |
|
||||
| Range | `DEPLOYMENT_RANGE_INVALID`, `416`, failed resume | Request `bytes=0-15`; inspect `206`, range headers, ETag and If-Range | Fix byte ranges; discard only partial bytes whose ETag changed. Keep verified OPFS bytes. |
|
||||
| Isolation | `PLATFORM_CAPABILITY_UNAVAILABLE`, no SharedArrayBuffer | Verify HTTPS or `127.0.0.1`, all three isolation headers and both browser flags | Restore headers/same-origin assets or use the gated single variant. Do not open through a blocked pthread path. |
|
||||
| Hash | `ENGINE_VARIANT_INTEGRITY_FAILED` | Re-fetch no-cache manifest; hash JS/WASM/Worker and compare one `releaseId` | Restore one complete release and reload. No fallback or project open is allowed on mismatch. |
|
||||
| Quota | `STORAGE_QUOTA` or `QuotaExceededError` | Record storage estimate and compare committed revision/SHA-256 | Export the project and remove only selected disposable caches. Never clear all site data. |
|
||||
| Worker | `WORKER_TERMINATED` or Worker load failure | HEAD the hashed Worker; compare MIME/cache/path with release metadata | Reload one release, restart Worker and reopen the verified revision. Reject late results. |
|
||||
| GPU | `GPU_DEVICE_LOST` or a GPU budget code | Record loss reason, limits/resident bytes and unchanged project revision | Release/recreate viewport resources or reduce budget. Never rewrite Main/OPFS for GPU recovery. |
|
||||
|
||||
Run `npm --prefix web run test:operations-diagnostics` to validate all seven entries against the
|
||||
deployment contract and the packaged documentation.
|
||||
|
||||
## Fresh-directory rehearsal
|
||||
|
||||
Before freezing an RC, run `npm --prefix web run test:operations-rehearsal`. It creates one new
|
||||
temporary root and executes delivery checksum/path validation, initial install, loopback HTTP
|
||||
preflight, project seeding, complete-release upgrade, HTTP revalidation, compatible rollback and a
|
||||
final HTTP/project-integrity check in that order. It never uses an existing install directory.
|
||||
|
||||
The machine report is `release/operations-reports/rehearsal.json`. Every record contains the runbook
|
||||
command, exit code, duration and observed output. `READY` requires all records to pass, the same
|
||||
project revision and SHA-256 before/after both switches, both release directories to remain present,
|
||||
and cleanup of the temporary rehearsal root after the report is assembled.
|
||||
|
||||
## Cache policy
|
||||
|
||||
- `/` and `/index.html`: `Cache-Control: no-cache` so a deployment is revalidated.
|
||||
@@ -21,6 +188,11 @@ ETag headers.
|
||||
- `/vendor/blender/*`: `Cache-Control: no-cache`; these stable URLs are verified by the engine manifest.
|
||||
- Other paths: `Cache-Control: no-cache` until a more specific content-addressed rule exists.
|
||||
|
||||
Responses carry a strong content SHA-256 ETag. A matching `If-None-Match` returns `304` with no body;
|
||||
after HTML, manifest or a stable engine asset changes, the old validator returns the new complete response
|
||||
with `200` and a different ETag. Immutable `/assets/*` names must include the Vite content hash and are
|
||||
never reused for different bytes.
|
||||
|
||||
The server must use the MIME map in the JSON contract. In particular, WebAssembly is
|
||||
`application/wasm`, JavaScript is `text/javascript; charset=utf-8`, and NanoVDB is
|
||||
`application/x-nanovdb`.
|
||||
@@ -32,5 +204,9 @@ The server must use the MIME map in the JSON contract. In particular, WebAssembl
|
||||
unsatisfied range returns `416`. An `If-Range` mismatch ignores the range and returns the complete
|
||||
resource with status `200`; partial bytes from a different revision must never be combined.
|
||||
|
||||
Run `node tools/web/check-deployment-contract.mjs` for the static contract gate. Production HTTP
|
||||
behavior is a separate M6 acceptance gate and must exercise an actual server before release.
|
||||
Run `node tools/web/check-deployment-contract.mjs` for the static contract gate and
|
||||
`npm --prefix web run test:deployment-runbook` for the fresh-directory install and transport
|
||||
preflight gate. Run `npm --prefix web run test:upgrade-runbook` for the two-release manifest, cache,
|
||||
storage schema, Worker and atomic-switch gate, and `npm --prefix web run test:rollback-runbook` for
|
||||
compatible and blocked-old-reader rollback paths. Production HTTP behavior is a separate M6
|
||||
acceptance gate and must exercise an actual server before release.
|
||||
|
||||
68
docs/web/KNOWN_LIMITATIONS.md
Normal file
68
docs/web/KNOWN_LIMITATIONS.md
Normal file
@@ -0,0 +1,68 @@
|
||||
# Web Blender Modeler V1 Known Limitations
|
||||
|
||||
These limits apply to `0.1.0-rc.1`. A successful bounded gate does not imply complete Blender 5.2
|
||||
parity or support beyond the declared operation, fixture, resource budget and browser configuration.
|
||||
See [V1_SCOPE.md](V1_SCOPE.md) and [parity-ledger.json](parity-ledger.json) for the authoritative
|
||||
capability boundary.
|
||||
|
||||
## Browser and deployment
|
||||
|
||||
- Chromium is the only V1 browser baseline. Firefox, WebKit, mobile browsers, touch, pen, IME and
|
||||
non-Chromium accessibility compatibility are not release claims.
|
||||
- Production requires HTTPS. `http://127.0.0.1` is allowed for local verification; public plain HTTP
|
||||
and `file://` are unsupported. All app, Worker and engine assets must remain same-origin.
|
||||
- The base viewport uses WebGL2. OffscreenCanvas is a second tested production path. WebGPU is used
|
||||
only for the declared bounded NanoVDB path and is subject to adapter availability and limits.
|
||||
|
||||
## Single-thread and pthread selection
|
||||
|
||||
- `AUTO` selects pthread only when `crossOriginIsolated`, `SharedArrayBuffer` and Worker capability
|
||||
gates are all ready. Otherwise it selects the single-thread variant and reports the pthread gate.
|
||||
- A pthread initialization failure under `AUTO` is cleaned up before one single-thread attempt. A
|
||||
resource request failure outside this path remains an error.
|
||||
- A JS, WASM or pthread Worker SHA-256 mismatch is fatal
|
||||
(`ENGINE_VARIANT_INTEGRITY_FAILED`): there is no integrity fallback and no project is opened.
|
||||
- `PTHREAD_REQUIRED` blocks when its platform gate is not ready. `SINGLE_REQUIRED` never attempts
|
||||
pthread. A mixed app/manifest `releaseId` returns `REFRESH_REQUIRED` before engine initialization or
|
||||
project open; a full reload is required.
|
||||
- Both variants declare 256 initial WebAssembly pages (16 MiB) and a 32,768-page ceiling (2 GiB).
|
||||
This is a manifest ceiling, not a memory reservation or availability guarantee; Chromium, the OS or
|
||||
the device can reject growth earlier.
|
||||
|
||||
## Project storage
|
||||
|
||||
- OPFS and IndexedDB are bound to the exact scheme, host and port. Moving between origins does not
|
||||
migrate projects. Clearing site data or a browser profile deletes locally stored projects and caches.
|
||||
- Chromium and the operating system control quota. V1 reserves no minimum capacity and cannot infer
|
||||
that `navigator.storage.estimate()` free space will remain available through a save.
|
||||
- Atomic save preserves the last committed revision on quota failure, but the new revision is not
|
||||
durable until save succeeds. Export critical projects before upgrades and before deleting caches.
|
||||
- IndexedDB schema migration is forward-only. OPFS project manifest schema has no general reverse
|
||||
migration. An older app is blocked when it cannot read the current schema.
|
||||
|
||||
## CPU, WASM and GPU budgets
|
||||
|
||||
- The RC gates cover 100k, 1M and 10M geometry fixtures; they are not an unlimited scene-size claim.
|
||||
Imports and operations can block earlier when their own vertex, element, transfer, time or memory
|
||||
budgets are exceeded.
|
||||
- A texture asset is limited by protocol to 64 MiB, 16,384 pixels per dimension and 256 requested
|
||||
assets per scene. The actual WebGL `MAX_TEXTURE_SIZE`, address space and GPU memory may be lower.
|
||||
The release gate exercised 4K and 8K textures, not every format or 16K residency combination.
|
||||
- VDB input is bounded to 512 MiB, a NanoVDB bundle to 1 GiB, each chunk to 16 MiB and declared GPU
|
||||
residency to at most 512 MiB. Actual `maxStorageBufferBindingSize` and `maxBufferSize` may be lower.
|
||||
- NanoVDB pages are explicit and LRU-bounded. Automatic viewport page-fault feedback, depth-composed
|
||||
production demand paging and an unbounded multi-grid material system are not included in V1.
|
||||
- GPU device loss or budget failure releases and recreates viewport resources where supported; it does
|
||||
not modify Blender Main or OPFS project bytes. A reduced scene or budget may still be required.
|
||||
|
||||
## Blender feature scope
|
||||
|
||||
Complete PBVH sculpt/paint, arbitrary Geometry Nodes and Shader evaluation, full physics solvers,
|
||||
Cycles, final video encoding, Python/Text autorun, add-ons and native GPU backends are either bounded,
|
||||
server-only or excluded. The exact family slices and stable blockers are in
|
||||
[parity-ledger.json](parity-ledger.json); unsupported data must be preserved or explicitly blocked,
|
||||
not reported as executed.
|
||||
|
||||
Use [DEPLOYMENT.md](DEPLOYMENT.md) for installation and rollback requirements, and
|
||||
[operations-diagnostics.json](operations-diagnostics.json) for stable failure signals and data-safe
|
||||
recovery boundaries.
|
||||
60
docs/web/RELEASE_NOTES.md
Normal file
60
docs/web/RELEASE_NOTES.md
Normal file
@@ -0,0 +1,60 @@
|
||||
# Web Blender Modeler V1 0.1.0-rc.1 Release Notes
|
||||
|
||||
Release candidate identity: `web-blender-0.1.0-rc.1`, engine
|
||||
`blender-wasm-0.1.0-rc.1`.
|
||||
|
||||
This candidate is a Chromium-only browser modeler built around a bounded Blender 5.2 Main/WebEngine
|
||||
subset. It is not a browser port of the complete Blender desktop application. The normative product
|
||||
boundary and capability definitions are in [V1_SCOPE.md](V1_SCOPE.md); the machine-readable family
|
||||
status and exact required/blocked slices are in [parity-ledger.json](parity-ledger.json).
|
||||
|
||||
## Verified V1 capabilities
|
||||
|
||||
- Import `.blend`, edit the declared Object, Mesh and Principled material subset, undo, redo, save
|
||||
atomically, restart the Storage and WebEngine Workers, reopen, and export a semantically checked GLB.
|
||||
- Preserve stable object, mesh and material identities across save/reopen and verify both the
|
||||
main-thread WebGL and OffscreenCanvas Worker production viewports with non-empty pixels.
|
||||
- Select integrity-checked single-thread or pthread WebEngine artifacts from one versioned engine
|
||||
manifest. The pthread variant is used only when the isolated platform prerequisites pass.
|
||||
- Store projects, snapshots and bounded assets in origin-bound OPFS/IndexedDB, including tested
|
||||
interruption, Worker restart, quota failure and recovery behavior.
|
||||
- Exercise bounded 100k, 1M and 10M geometry, 4K/8K textures, 600-frame simulation cache and
|
||||
one-million-frame media indexing gates.
|
||||
- Exercise deterministic WASM, OPFS, GPU and NanoVDB out-of-memory recovery, WebGL device loss,
|
||||
network interruption, malformed `.blend` input and malicious archive rejection.
|
||||
- Deliver deterministic offline binary and corresponding-source archives with SHA-256 checksums,
|
||||
SPDX SBOM, licenses, source offer, deployment contract and operations diagnostics.
|
||||
- Reproduce quick, Chromium and release CI lanes with lockfile, source, engine, archive and per-command
|
||||
log hash bindings.
|
||||
|
||||
## Capability boundaries
|
||||
|
||||
`LOCAL_EXACT` and `LOCAL_BOUNDED` mean only the fixtures, operations and budgets declared in
|
||||
[V1_SCOPE.md](V1_SCOPE.md) and [parity-ledger.json](parity-ledger.json). Unsupported operations must
|
||||
remain blocked or preserved; the release does not infer support from a readable Blender data block.
|
||||
|
||||
`SERVER` covers validated request/result boundaries for work such as Cycles rendering, complex physics
|
||||
bakes and final video encoding. This offline candidate does not bundle or configure those services and
|
||||
does not claim local-equivalent execution.
|
||||
|
||||
`EXCLUDED` includes arbitrary Python/Text autorun, add-on installation, native desktop windows and
|
||||
native CUDA, Metal, HIP or OptiX backends. The UI must not report those operations as successful.
|
||||
|
||||
All 12 V1 family release slices are `READY`, while all 12 complete Blender 5.2 family parity states are
|
||||
`BLOCKED`. The exact blocked and excluded slice names remain authoritative in
|
||||
[parity-ledger.json](parity-ledger.json); this release note does not convert them to completed work.
|
||||
|
||||
## Delivery evidence
|
||||
|
||||
Verify `SHA256SUMS.txt`, then verify `RC_MANIFEST.json.sha256` and `RC_MANIFEST.json` before deployment.
|
||||
The manifest binds the RC version, base commit, engine release ID, package lock, ledger, embedded release
|
||||
metadata, SBOM, binary/source archives and operations reports.
|
||||
|
||||
Read [Known limitations](KNOWN_LIMITATIONS.md) before deployment, especially the browser, engine
|
||||
variant, origin-bound storage, quota, WASM and GPU budget boundaries.
|
||||
|
||||
Use [Release recovery](RELEASE_RECOVERY.md) to verify delivery evidence, export project backups and
|
||||
handle pre-switch failures, compatible rollback or blocked schema downgrade.
|
||||
|
||||
Deployment requirements and operator commands are in [DEPLOYMENT.md](DEPLOYMENT.md). Stable error
|
||||
signals and recovery boundaries are in [operations-diagnostics.json](operations-diagnostics.json).
|
||||
105
docs/web/RELEASE_RECOVERY.md
Normal file
105
docs/web/RELEASE_RECOVERY.md
Normal file
@@ -0,0 +1,105 @@
|
||||
# Web Blender Modeler V1 Release Recovery
|
||||
|
||||
Use this procedure for `0.1.0-rc.1` upgrades and failed deployments. The complete installation,
|
||||
upgrade and rollback contract remains [DEPLOYMENT.md](DEPLOYMENT.md). Never clear Chromium site data,
|
||||
delete a browser profile, overwrite a release directory or downgrade a storage schema as a recovery
|
||||
shortcut.
|
||||
|
||||
## Verify the delivery
|
||||
|
||||
The delivery directory must contain `blender-web-offline.tar.gz`,
|
||||
`blender-web-corresponding-source.tar.gz`, `SHA256SUMS.txt`, `RC_MANIFEST.json` and
|
||||
`RC_MANIFEST.json.sha256`. Verify bytes before extracting:
|
||||
|
||||
```bash
|
||||
cd /absolute/path/to/delivery
|
||||
sha256sum --check SHA256SUMS.txt
|
||||
sha256sum --check RC_MANIFEST.json.sha256
|
||||
```
|
||||
|
||||
Both commands must report `OK`. Check that the manifest identity is
|
||||
`web-blender-0.1.0-rc.1`, its commit and `engineReleaseId` match the release record, and its binary,
|
||||
source and SBOM hashes match the delivered files. In a corresponding source checkout, independently
|
||||
run:
|
||||
|
||||
```bash
|
||||
npm --prefix web ci --ignore-scripts
|
||||
npm --prefix web run test:rc-manifest
|
||||
npm --prefix web run test:binary-archive
|
||||
npm --prefix web run test:source-archive
|
||||
node tools/web/check-ci-report.mjs release/ci-reports/quick.json \
|
||||
release/ci-reports/chromium.json release/ci-reports/release.json
|
||||
```
|
||||
|
||||
Do not deploy when any command fails or when a report is not `READY` and bound to the manifest commit,
|
||||
lockfile, ledger, engine and archive hashes.
|
||||
|
||||
## Back up projects before upgrade
|
||||
|
||||
1. Record the exact public origin, including scheme, host and port. Upgrades must retain that origin
|
||||
because IndexedDB and OPFS data are origin-bound.
|
||||
2. For every critical project, finish active edits and use the top-bar **Save Project** action. Wait
|
||||
for the committed/saved state and retain the downloaded `blender-web.blend` outside the browser
|
||||
profile and outside the deployment install root.
|
||||
3. Record the project's displayed SceneIR revision and calculate the external backup hash with
|
||||
`sha256sum blender-web.blend`. Reopen the downloaded file with the current release and confirm the
|
||||
expected objects before entering the maintenance window.
|
||||
4. Record `readlink current`, the old binary archive SHA-256 and both old/new
|
||||
`release-metadata.json` files. Keep the old content-hash release directory, new staged directory,
|
||||
external project backups and browser profile through the rollback window.
|
||||
|
||||
A backup is not complete merely because OPFS still contains a project. The external `.blend`, revision,
|
||||
SHA-256, origin and active release identity form the recovery record.
|
||||
|
||||
## Upgrade failure before the switch
|
||||
|
||||
If checksum, archive path, header, MIME, range, engine hash, Worker or cold-start preflight fails before
|
||||
`current` changes, leave `current` on the old release. Remove only the incomplete staging directory
|
||||
after diagnostics are captured. Do not change IndexedDB, OPFS, browser caches or the old release.
|
||||
|
||||
Repeat the delivery checks and the loopback preflight from [DEPLOYMENT.md](DEPLOYMENT.md). A failed
|
||||
candidate remains uninstalled until its binary hash and all preflight evidence pass.
|
||||
|
||||
## Upgrade failure after the switch
|
||||
|
||||
Stop new sessions and require active saves to finish. Capture the active origin, `current` target,
|
||||
both release metadata files, failing URL/headers, error code, project revision and project SHA-256.
|
||||
|
||||
Compare the browser's opened IndexedDB and OPFS schema versions with the old target:
|
||||
|
||||
- If the IndexedDB versions match and the OPFS project manifest versions match, validate the complete
|
||||
old release on a loopback port. Atomically repoint `current` to that old content-hash directory using
|
||||
the rollback commands in [DEPLOYMENT.md](DEPLOYMENT.md). Revalidate transport and engine identity,
|
||||
reopen the same project, and require the recorded revision and blend SHA-256 before allowing an edit.
|
||||
- If the old IndexedDB schema is lower, rollback is `BLOCKED` with
|
||||
`INDEXEDDB_SCHEMA_DOWNGRADE_UNSUPPORTED`. Do not open, delete or recreate the database with the old app.
|
||||
- If the OPFS schema differs without an exact tested reverse reader, rollback is `BLOCKED` with
|
||||
`OPFS_REVERSE_MIGRATION_UNDECLARED`. V1 does not claim a general reverse OPFS migration.
|
||||
|
||||
For a blocked rollback, keep or restore the newer compatible app release. Deploy a forward-compatible
|
||||
repair using the current storage schemas, or start the old release on a separate recovery origin/profile
|
||||
and import an external pre-upgrade `.blend` backup. Never point the old app at newer incompatible site
|
||||
data.
|
||||
|
||||
## Restore and prove project integrity
|
||||
|
||||
After a compatible rollback or repair:
|
||||
|
||||
1. Open the recorded origin in a new Chromium tab and confirm the expected release/engine identity.
|
||||
2. Use **Recover Project** for unchanged compatible origin storage. If that fails or a separate recovery
|
||||
origin is required, use **Open .blend** and select the external backup.
|
||||
3. Confirm the recorded objects and revision, use **Save Project**, then hash the new downloaded
|
||||
`blender-web.blend`. The hash must equal the recorded backup unless a deliberate post-recovery edit
|
||||
was made.
|
||||
4. Keep the failed release, logs, diagnostics and external backup until the recovery record contains the
|
||||
final origin, release ID, revision and SHA-256.
|
||||
|
||||
The automated rehearsal command is:
|
||||
|
||||
```bash
|
||||
npm --prefix web run test:operations-rehearsal
|
||||
```
|
||||
|
||||
It verifies delivery, fresh install, HTTP preflight, project revision/SHA-256 preservation, upgrade,
|
||||
compatible rollback and cleanup in one new temporary root. It does not replace real project exports or
|
||||
authorize a schema downgrade.
|
||||
61
docs/web/engine-manifest-v2.md
Normal file
61
docs/web/engine-manifest-v2.md
Normal file
@@ -0,0 +1,61 @@
|
||||
# Engine Manifest Schema v2
|
||||
|
||||
`M6-04A` 冻结双 variant 的数据合同和纯校验器。`M6-04B` 已将生产
|
||||
`web/app/public/engine-manifest.json` 切换到 schema v2,并从两个独立构建目录把资产安装到
|
||||
`/vendor/blender/single/` 与 `/vendor/blender/pthread/`。纯策略选择和双环境实机加载已由
|
||||
`M6-04C-G` 完成;旧 single Worker 入口继续作为 `M6-05` fallback 接线前的完整 Main 兼容路径。
|
||||
|
||||
## 顶层合同
|
||||
|
||||
- `schemaVersion` 固定为 `2`,`protocolVersion` 固定为 `1`,`engine` 固定为
|
||||
`blender-wasm`。
|
||||
- `releaseId` 是整个 manifest 的原子发布身份;single/pthread 及其 JS、WASM、worker 摘要
|
||||
必须作为同一份 manifest 一起切换,调用方不得从另一 release 补资源。
|
||||
- `variants` 必须恰好包含一个 `single` 和一个 `pthread`,不能有第三种或重复 variant。
|
||||
- single 与 pthread 的 JS URL 必须不同,WASM URL 也必须不同,避免通过通用路径隐含构建类型。
|
||||
|
||||
## 资源合同
|
||||
|
||||
每项资源都必须声明 `fileName`、同源根路径 `url` 和小写 64 位十六进制 SHA-256:
|
||||
|
||||
| variant | 必需资源 | 禁止资源 |
|
||||
| --- | --- | --- |
|
||||
| `single` | `resources.js`、`resources.wasm` | `resources.pthreadWorker` |
|
||||
| `pthread` | `resources.js`、`resources.wasm`、`resources.pthreadWorker` | 无 |
|
||||
|
||||
JS 与 pthread worker 文件名必须以 `.js` 结尾,WASM 文件名必须以 `.wasm` 结尾;URL 的最后一段
|
||||
必须与 `fileName` 完全一致。资源 URL 不允许远程 origin、query、fragment、反斜线或路径穿越。
|
||||
`pthreadWorker` 表示 worker 加载角色,不强制是第四个物理文件:当前 Emscripten pthread 输出会
|
||||
让 worker 重新加载同一个 pthread ES module,因此该角色可以与 `resources.js` 使用相同的
|
||||
`fileName`、`url` 和 SHA-256;同一 URL 不允许声明不同摘要。worker 不得引用 single 的 JS。
|
||||
若后续工具链产生独立 worker 文件,则三个字段必须描述该文件。
|
||||
|
||||
## 内存合同
|
||||
|
||||
WASM page 固定为 65,536 bytes。每个 variant 都独立声明 `initialPages`、`maximumPages` 和
|
||||
`shared`:
|
||||
|
||||
- `initialPages` 范围为 256 至 32,768 pages,即 16 MiB 至 2 GiB。
|
||||
- `maximumPages` 不得小于 `initialPages`,且不得超过 32,768 pages(2 GiB)。
|
||||
- single 必须为 `shared=false`;pthread 必须为 `shared=true`。
|
||||
|
||||
权威 TypeScript 类型和无 I/O 校验器位于 `web/protocol/manifest.ts`;结构化正例位于
|
||||
`tests/golden/M6-04A/engine-manifest-v2.json`。校验器只接收输入并返回深层新对象或抛出带稳定
|
||||
`code`/`path` 的 `WebEngineManifestValidationError`,不读取文件、不请求网络,也不选择运行时
|
||||
variant。
|
||||
|
||||
安装命令为 `bash tools/web/install-web-engine-assets.sh`。默认读取 `build_web-single` 和
|
||||
`build_web-pthread`,先在临时目录生成并复核 manifest,再安装四个物理文件。专项命令
|
||||
`npm --prefix web run test:engine-variant-install` 同时覆盖正常复制、同一构建目录拒绝、缺失资产
|
||||
拒绝和失败不改写目标 manifest。
|
||||
|
||||
纯选择器位于 `web/protocol/engine-variant.ts`,策略为 `AUTO`、`SINGLE_REQUIRED` 和
|
||||
`PTHREAD_REQUIRED`。它不读取 DOM、网络、存储或 Worker;调用方必须显式传入已校验 manifest
|
||||
和三项线程能力。`PTHREAD_REQUIRED` 被阻断时不返回 variant。专项命令为
|
||||
`npm --prefix web run test:engine-variant-selection`、`npm --prefix web run test:pthread-engine` 和
|
||||
`npm --prefix web run test:single-thread-unisolated`。
|
||||
|
||||
升级入口为 `bootstrapWebEngineRelease`。旧 HTML 绑定的 expected release 与重新验证后的 manifest
|
||||
不一致时只返回 `REFRESH_REQUIRED`,不会选择或初始化 variant,也不会打开待处理项目。资源
|
||||
SHA-256 不一致统一返回 `ENGINE_VARIANT_INTEGRITY_FAILED`;该错误不可进入 pthread -> single
|
||||
fallback。`npm --prefix web run test:engine-upgrade-safety` 同时覆盖纯策略和真实 Chromium 篡改响应。
|
||||
69
docs/web/operations-diagnostics.json
Normal file
69
docs/web/operations-diagnostics.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"product": "Web Blender Modeler V1",
|
||||
"entries": [
|
||||
{
|
||||
"id": "OPS-MIME",
|
||||
"domain": "mime",
|
||||
"signals": ["DEPLOYMENT_MIME_MISMATCH", "WebAssembly.instantiateStreaming failed", "module script refused"],
|
||||
"checks": ["HEAD the failing URL and record Content-Type", "compare the extension with deployment-contract.json mimeTypes"],
|
||||
"expected": [".wasm application/wasm", ".js text/javascript; charset=utf-8", ".json application/json; charset=utf-8"],
|
||||
"recovery": ["fix the server MIME map", "restart or reload proxy configuration", "repeat HEAD before refreshing Chromium"],
|
||||
"dataSafety": "Do not clear OPFS or IndexedDB; MIME failures occur before project bytes need mutation."
|
||||
},
|
||||
{
|
||||
"id": "OPS-RANGE",
|
||||
"domain": "range",
|
||||
"signals": ["DEPLOYMENT_RANGE_INVALID", "HTTP 416", "partial resource resume failed"],
|
||||
"checks": ["GET the resource with Range: bytes=0-15", "record status, Accept-Ranges, Content-Range, Content-Length and ETag", "repeat with matching and mismatching If-Range"],
|
||||
"expected": ["valid single range returns 206", "invalid or unsatisfied range returns 416", "If-Range mismatch returns full 200"],
|
||||
"recovery": ["enable single byte ranges without compression rewriting", "preserve strong ETag validators", "discard partial bytes from a different ETag before retry"],
|
||||
"dataSafety": "Never append bytes across different ETags; retain the last verified OPFS asset and project commit."
|
||||
},
|
||||
{
|
||||
"id": "OPS-ISOLATION",
|
||||
"domain": "isolation",
|
||||
"signals": ["PLATFORM_CAPABILITY_UNAVAILABLE", "crossOriginIsolated false", "SharedArrayBuffer unavailable"],
|
||||
"checks": ["confirm HTTPS or explicit http://127.0.0.1 loopback", "HEAD the document and error routes", "evaluate window.isSecureContext and window.crossOriginIsolated"],
|
||||
"expected": ["Cross-Origin-Opener-Policy same-origin", "Cross-Origin-Embedder-Policy require-corp", "Cross-Origin-Resource-Policy same-origin"],
|
||||
"recovery": ["restore the three headers on every response", "remove cross-origin runtime assets", "use the single variant only when the pthread capability gate is BLOCKED"],
|
||||
"dataSafety": "Do not open a pending project through a blocked pthread path; correcting headers does not require storage deletion."
|
||||
},
|
||||
{
|
||||
"id": "OPS-HASH",
|
||||
"domain": "hash",
|
||||
"signals": ["ENGINE_VARIANT_INTEGRITY_FAILED", "ENGINE_VARIANT_RESOURCE_HASH_MISMATCH", "manifest rejected"],
|
||||
"checks": ["fetch engine-manifest.json with no-cache", "hash the exact JS, WASM and pthread Worker response bytes", "compare releaseId and every declared SHA-256"],
|
||||
"expected": ["one releaseId binds both variants", "resource SHA-256 equals the manifest", "integrity failure performs no fallback and no project open"],
|
||||
"recovery": ["restore one complete immutable release", "purge only the corrupt HTTP cache entry", "reload the document and revalidate the manifest"],
|
||||
"dataSafety": "Keep the project unopened until all resource hashes pass; never repair integrity by editing project data."
|
||||
},
|
||||
{
|
||||
"id": "OPS-QUOTA",
|
||||
"domain": "quota",
|
||||
"signals": ["STORAGE_QUOTA", "QuotaExceededError", "OPFS staging write failed"],
|
||||
"checks": ["record navigator.storage.estimate usage and quota", "compare the committed project revision and SHA-256", "inspect staging and cache categories without deleting the committed blend"],
|
||||
"expected": ["old committed revision remains readable", "failed staging is not promoted", "Worker restart reports the same committed SHA-256"],
|
||||
"recovery": ["export the committed project", "remove explicitly selected disposable caches", "request persistent storage or free origin quota before retry"],
|
||||
"dataSafety": "Never delete scene.blend, its verified manifest or all site data as a quota recovery shortcut."
|
||||
},
|
||||
{
|
||||
"id": "OPS-WORKER",
|
||||
"domain": "worker",
|
||||
"signals": ["WORKER_TERMINATED", "Worker script load failed", "pending request aborted"],
|
||||
"checks": ["HEAD the content-hashed Worker URL", "confirm JavaScript MIME and immutable cache", "compare Worker assets with release-metadata.json", "capture pending request and resource counters"],
|
||||
"expected": ["all Workers belong to the current release", "terminated Worker publishes no late result", "restart rediscovers the committed project"],
|
||||
"recovery": ["reload to one complete current release", "restart the affected Worker", "reopen the last verified project revision"],
|
||||
"dataSafety": "Do not promote late Worker output or remove OPFS while recovering a Worker."
|
||||
},
|
||||
{
|
||||
"id": "OPS-GPU",
|
||||
"domain": "gpu",
|
||||
"signals": ["GPU_DEVICE_LOST", "GPU_TEXTURE_BUDGET_EXCEEDED", "NANOVDB_GPU_BUDGET_EXCEEDED"],
|
||||
"checks": ["record WebGL context loss or WebGPU device.lost reason", "record adapter limits and requested resident bytes", "confirm CPU, WASM and OPFS project revision did not change"],
|
||||
"expected": ["GPU resources release once", "bounded recovery recreates the viewport", "persistent project SHA-256 remains stable"],
|
||||
"recovery": ["reduce texture or NanoVDB resident budget", "recreate the viewport after device recovery", "reload the current release if bounded recovery fails"],
|
||||
"dataSafety": "GPU recovery may discard viewport resources only; it must not rewrite Main or the committed project."
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -3,7 +3,7 @@
|
||||
"dataLicense": "CC0-1.0",
|
||||
"SPDXID": "SPDXRef-DOCUMENT",
|
||||
"name": "blender-web-editor-sbom",
|
||||
"documentNamespace": "https://blender-web.local/spdx/e62e3ed568907b9c7d85050e4f2b6bd874d425cca768a0201c3c57cdd9ad9926",
|
||||
"documentNamespace": "https://blender-web.local/spdx/cf7beefe71131e5d51b45ffa79b7b906b21decc743fc7eafd7cf6791996dea37",
|
||||
"creationInfo": {
|
||||
"created": "1970-01-01T00:00:00Z",
|
||||
"creators": [
|
||||
@@ -3283,7 +3283,7 @@
|
||||
{
|
||||
"SPDXID": "SPDXRef-Package-blender-web-editor",
|
||||
"name": "blender-web-editor",
|
||||
"versionInfo": "0.1.0",
|
||||
"versionInfo": "0.1.0-rc.1",
|
||||
"downloadLocation": "NOASSERTION",
|
||||
"filesAnalyzed": false,
|
||||
"licenseConcluded": "NOASSERTION",
|
||||
@@ -3292,7 +3292,7 @@
|
||||
"checksums": [
|
||||
{
|
||||
"algorithm": "SHA256",
|
||||
"checksumValue": "e7b16da68885fe43f32ab7b3eeb2c037b4fd8bf54fe6d5e77049aa51e294b1fb"
|
||||
"checksumValue": "87af8e7d5eb36537541cf941699868a010c1fcea305daa3ce5385453e8fa4557"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user