get_render_progress
Check render or write progress from start_render, reporting node errors, output files, and background process state with log tail. Returns done when nothing remains.
Instructions
Progress of a render or write started with start_render.
Accepts every node start_render accepts (a LOP usdrender_rop or Karma
LOP, a SOP ROP, a File Cache), not only /out ROPs. Reports the node's
errors with license_error singled out, the output files on disk, and
for a background render the process state and the tail of its log.
done is true when there is nothing left to wait for.
Args: node_path: The node given to start_render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_path | Yes |