Files
workinf_Blender_Wasm/docs/status/M16-GAP-00205.md
mes123456 9f43244982
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
Continue Blender Web parity task handoff
2026-08-23 05:47:21 -04:00

1013 B

M16-GAP-00205 Status

status: done task: anim.separate_slots operator LOCAL_EXACT slice updated: 2026-08-22 America/New_York

scope:

  • The minimal fixture has two objects using separate slots in one layered action. Desktop runs ANIM_OT_separate_slots and creates one action per slot, reassigning the two objects.
  • WASM/Main observes the two new action targets and their slot-specific channels; the original action is empty and omitted from the animation snapshot.

evidence:

  • Desktop evidence records poll=true, FINISHED, SLOTS_SEPARATED, both new action assignments, and exact save/reopen. Repeated checker runs preserve the initial evidence and fixture hash.
  • WASM/Main compares both separated actions, preserves them across save/reopen, and rejects malformed Blend input without Main mutation.
  • Fixture generation, desktop checker, npm comparator, direct comparator, and task-context checks passed. Chromium-only policy was preserved; no Firefox/WebKit run was made.

nextTask: M16-GAP-00206