get_keyframes
Retrieves all keyframes of a Houdini parameter, returning frame and value pairs. Read-only operation that does not alter the scene.
Instructions
读取 parm 的全部关键帧(PR 19,只读)。
返回 list 中每项 ``{"frame": float, "value": float}``,不
做 ``int()`` 截断;空关键帧列表返回 ``keyframes=[]``。本
工具仅查询状态(READ_ONLY_COMMANDS),不会修改场景或参数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| path | Yes | ||
| parameter | Yes |