Files
workinf_Blender_Wasm/docs/status/M16-GAP-00182.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

1.3 KiB

M16-GAP-00182 Status

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

scope:

  • The minimal fixture contains one selected object with a custom delete_target property and an Action keyed at frames 1, 3, and 5. A registered Properties panel exposes the animated property as a real UI button. A foreground Properties context invokes ANIM_OT_keyframe_delete_button(all=true) through that active button at frame 3 (poll=true, FINISHED), deleting only the current keyframe and preserving the two surrounding keys.

evidence:

  • Desktop evidence records the selected/active object changing from [1, 3, 5] to [1, 5]; the custom property remains at 3.0 and save/reopen is exact.
  • WASM/Main reads the same Action as one [\"delete_target\"][0] channel with three keyframes before the operation fixture and two keyframes after it. WASM save/reopen is exact, and malformed Blend input is rejected without Main mutation.
  • Fixture generation, foreground Properties UI checker, npm comparator, direct idempotent comparator, and artifact hashing passed. No production reader or protocol change was required because the existing generic Action/F-Curve reader exposes this custom-property channel.

nextTask: M16-GAP-00183