set_frame_range
Set the global frame range for the Houdini scene, validating start and end values with undo support. Define the animation playback range directly and persist changes reliably.
Instructions
设置全局 frame range(PR 19,场景写,可 undo)。
``start`` / ``end`` 必须为有限浮点且 ``start <= end``;end
可 sub-frame。错误(如 start > end)返回 status=error 不写;
成功时由 hou.playbar.setFrameRange 持久化。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| end | Yes | ||
| start | Yes |