render_element_set_output
Set the output file path for a render element. Prevents ZDepth, Normal and other elements from being silently skipped during rendering.
Instructions
给一个渲染元素设置输出文件路径。ZDepth、Normal 等若不设路径,渲染会静默跳过。 [English] Set the output file path for a render element. Without a path, ZDepth, Normal and friends are silently skipped by the render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | 渲染元素索引(0 起);与 element 二选一。 | 0-based index; alternative to element. | |
| output | Yes | 输出文件路径。 | Output file path. | |
| element | No | 渲染元素友好名;与 index 二选一。 | Friendly name; alternative to index. |