B.118. LuxRenderEngine

Description. LuxRender Render Engine

Plugin Status. Experimental

Categories. All Plugins, Experimental Plugins, LuxRender Plugins, RenderEngine Plugins

Table B.107. LuxRenderEngine 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

Halt Samples

Halt rendering once the number of samples per pixel reaches this value.

k3d::int32_t

halt_samples