1.2 KiB
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
TRANSFORMconstraint mapped from rotation and one animated legacyfrom_min_xF-curve. - Desktop runs
ANIM_OT_update_animated_transform_constraints(use_convert_to_radians=true)(poll=true,FINISHED) and rewrites the channel path tofrom_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