render_quad_views
Render four canonical views from Houdini and return a structured result dictionary with image paths and file sizes.
Instructions
IMPORTANT (fork-render-policy-redirect-and-consent):
在用户机 H21 缺 OGL 3.3 环境下,本工具的 opengl renderer 已被 fork
强制 redirect 到 ``capture_pane_screenshot(SceneViewer)``;karma_cpu
/ karma_xpu 需带 ``consent_token`` 重调。详见 ``_render_policy.py``。
Render 4 canonical views from Houdini and return a structured result dict.
Returns a dict (4 views × {image_path, size_bytes, ...}) instead of a
string. See render_single_view docstring for the dict-vs-str Pydantic
background. The legacy bridge command name is `render_quad_view`
(singular) — kept for backward compatibility with the server-side
handler dictionary in opera-houdini-mcp/server.py.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| render_path | No | C:/temp/ | |
| karma_engine | No | cpu | |
| consent_token | No | ||
| render_engine | No | opengl |