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

M16-GAP-00212 Status

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

scope:

  • The minimal fixture contains a mesh object with a TRANSFORM constraint mapped from rotation and one animated legacy from_min_x F-curve.
  • Desktop runs ANIM_OT_update_animated_transform_constraints(use_convert_to_radians=true) (poll=true, FINISHED) and rewrites the channel path to from_min_x_rot.
  • The existing Main reader exposes the rewritten Action channel and Transform constraint metadata; no unrelated data-block, editor, or browser behavior was changed.

evidence:

  • Desktop evidence records the old and rewritten paths, TRANSFORM_CONSTRAINT_PATHS_UPDATED, and exact save/reopen. Repeated checker runs preserve the initial report and fixture hash.
  • WASM/Main observes the same Action channel at constraints["WebGapAnimatedTransformConstraint"].from_min_x_rot[0], keyframes at frames 1 and 10, constraint type code 19, exact save/reopen, and malformed Blend rejection without Main mutation.
  • The generator, npm comparator, direct comparator, and task-context checks passed. Chromium-only policy was preserved; no Firefox/WebKit run was made.

nextTask: M16-GAP-00213