log_status
Show a status message in Houdini's status bar for real-time progress. Call it at the start of each major step so users can follow along without inspecting tool logs.
Instructions
Display a status message in Houdini's status bar.
Call this at the START of every major step so the user can follow along in real time without having to inspect tool call logs. Examples: "Creating base geometry...", "Wiring SOP chain...", "Setting up pyro simulation...", "Assigning materials...".
Args: message: Status message to display (keep it short and human-readable). severity: "message" (default), "important", "warning", or "error".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| severity | No | message |