YafrayEngine
From K-3D
Description
| Yafray Render Engine |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Yafray Plugins, RenderEngine Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Visible Nodes | A list of nodes that will be visible in the rendered output. | std::vector<k3d::inode*> | visible_nodes |
| Enabled Lights | A list of light sources that will contribute to the rendered output. | std::vector<k3d::inode*> | enabled_lights |
| Resolution | Choose a predefined image resolution | k3d::string_t | resolution |
| pixel_width | The horizontal size in pixels of the rendered output image. | k3d::int32_t | pixel_width |
| pixel_height | The vertical size in pixels of the rendered output image. | k3d::int32_t | pixel_height |
| AA_passes | AA passes | k3d::int32_t | AA_passes |
| AA_minsamples | AA min samples | k3d::int32_t | AA_minsamples |
| AA_pixelwidth | AA pixelwidth | k3d::double_t | AA_pixelwidth |
| AA_threshold | AA threshold | k3d::double_t | AA_threshold |
| raydepth | raydepth | k3d::int32_t | raydepth |
| bias | bias | k3d::double_t | bias |
| save_alpha | Save alpha | k3d::bool_t | save_alpha |
| exposure | exposure | k3d::double_t | exposure |
| gamma | gamma | k3d::double_t | gamma |
| fog_density | fog_density | k3d::double_t | fog_density |
| fog_color | Fog color | k3d::color | fog_color |
| Preview SDS | Show SDS Surfaces | k3d::bool_t | preview_sds |
| Executable | Choose the name of the executable that will be run to render YAFRAY scene files. | k3d::string_t | executable |

