# 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`