Files
workinf_Blender_Wasm/docs/status/M16-GAP-00173.md
mes123456 46c9ebfcb6
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions
Capture M16 gap execution artifacts
2026-08-21 21:09:40 -04:00

934 B

M16-GAP-00173 Status

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

scope:

  • The minimal fixture exposes one scripted driver on drive_target; the reader exports its path, expression, type, flags, and variables for WASM/Main.

evidence:

  • Blender desktop and WASM/Main expose the same driver (["drive_target"], expression frame * 2.0 + 1.0, type SCRIPTED), with value 3.0.
  • The desktop checker invokes ANIM_OT_copy_driver_button in the mandated -b context and records CANCELLED: the operator requires an active UI RNA button, so the cancellation leaves Main unchanged while the driver-read parity evidence remains exact.
  • Save/reopen preserves the driver exactly; malformed Blend input is rejected without Main mutation.
  • Fixture generation, desktop checker, npm comparator, direct comparator, and artifact hashing passed.

nextTask: M16-GAP-00174