save_scene
Save current Houdini scene to a specified file path, or to the current .hip file if none provided. Returns error for untitled sessions.
Instructions
Save the current Houdini scene to file_path.
file_path 省略(None/"")时保存到当前 hip 路径(hou.hipFile.path());
会话 untitled(无 hip 路径)时返回错误而非弹出模态保存对话框。
Returns JSON like {"saved": true, "file_path": "..."} or an error string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |