get_cook_status
Check a Houdini node's cook status to confirm if it recooked, is time dependent, ended in error, or if the hip has unsaved changes. Use this after a cook to diagnose results.
Instructions
Whether a node has cooked, how often, and whether it is time dependent.
Note the shape of the limitation: every command runs on Houdini's main thread, so a long cook blocks the bridge and cannot be polled while it runs. This answers the after-the-fact question instead -- did it really recook, is it time dependent, did it end in error -- plus whether the hip has unsaved changes. For asynchronous work use a ROP's background execution and get_render_progress.
Args: node_path: Node to report on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | No | /obj |