Continue Blender Web parity task handoff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-23 05:47:21 -04:00
parent 0a22992a13
commit 9f43244982
962 changed files with 60772 additions and 297 deletions

View File

@@ -0,0 +1,19 @@
# M16-GAP-00214 Status
status: done
task: anim.view_curve_in_graph_editor operator LOCAL_EXACT slice
updated: 2026-08-22 America/New_York
scope:
- The minimal fixture contains one selected mesh object, one custom animated scalar property with frames 1 and 10, and a persisted Graph Editor area.
- Desktop activates the property button and runs `ANIM_OT_view_curve_in_graph_editor` with `poll=true` and `FINISHED`; the operator changes the Graph Editor view bounds while leaving the Action data unchanged.
- The Main reader now exposes `View2D` state for `GRAPH` editor main regions, alongside the existing Dope Sheet exposure. No other editor or data-block behavior changed.
evidence:
- Desktop evidence records `GRAPH_VIEW_FRAMED`, exact save/reopen, and the before/after Graph Editor bounds. The source fixture remains the minimal persisted Graph Editor state used by WASM/Main.
- WASM/Main observes the same fixture's `GRAPH` main-region `View2D`, preserves it across save/reopen, and rejects malformed Blend input without Main mutation.
- The generator, npm comparator, direct comparator, Chromium-only foreground desktop run, and task-context checks passed. No Firefox/WebKit run was made.
nextTask: `M16-GAP-00215`