# M16-GAP-00192 Status status: done task: anim.keying_set_export operator LOCAL_EXACT slice updated: 2026-08-22 America/New_York scope: - The minimal fixture contains one selected/active object with a custom `export_target` property, a three-key Action, and one named Keying Set. Blender invokes `ANIM_OT_keying_set_export(filepath=..., filter_python=true)` (`poll=true`, `FINISHED`) and writes the Keying Set Python export without mutating Main. evidence: - Desktop evidence records unchanged object/Action state, exact save/reopen, and a non-empty hash-bound exported Python script. - WASM/Main reads the same fixture with the visible Action unchanged and save/reopen exact. The current scene snapshot does not expose Keying Set metadata, so the report explicitly records `keyingSetMetadata: NOT_EXPOSED_BY_SCENE_SNAPSHOT`; malformed Blend input is rejected without Main mutation. - Fixture generation, background Blender export checker, npm comparator, direct idempotent comparator, export-script hashing, and artifact hashing passed. No production reader or protocol change was made. nextTask: `M16-GAP-00193`