set_keyframes
Batch-set Houdini keyframes atomically: validates all entries first, writes in one undo group, and reports set count.
Instructions
批量关键帧写入(PR 19,场景写,可 undo)。
``keyframes`` 为 list,每项 dict 至少含 ``path`` /
``parameter`` / ``frame`` / ``value``;任一项无效则**整调
用**失败、零写入(在 server 上层预校验拒绝)。全部有效时
在单个 ``hou.undos.group`` 内逐项写入并返回 ``set_count`` /
``requested``。错误列表同样受 server 端 ``apply_response_cap``
截断保护。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| keyframes | Yes |