VRay SDK for C#
|
Options to set up a VRayRenderer. More...
Classes | |
class | CreateRenderOptions |
class | Language |
Properties | |
bool | AllowInvalidCharactersInPluginNames [get, set] |
Allow inavlid characters in plugin names. Disabled by default. | |
bool | DockFrameBuffer [get, set] |
Dock the V-Ray Frame Buffer window. | |
bool | EnableVfbPlugins [get, set] |
Allow the VFB to load plugins | |
bool | HideToSceneButton [get, set] |
Hide Light Mix To Scene button. | |
bool | IsFrameBufferEnabled [get, set] |
True if the frame buffer should be enabled. | |
bool | IsFrameBufferShown [get, set] |
True if the frame buffer should be shown during rendering. | |
bool | NoRenderLicensePreCheck [get, set] |
If set appsdk will not check for render license before rendering is started. Disabled by default. | |
IntPtr | ParentWindowHandle [get, set] |
The parent window for the VFB. Usually the main window of the host application. If Qt is used this is supposed to be a pointer to a valid QWidget instance. | |
string | PluginLibraryPath [get, set] |
[OPTIONAL] Specifies additional, non-default plugin library paths to load vray_*.dll | |
bool | PreviewRenderer [get, set] |
Optimize the renderer for small preview purposes. Disabled by default. | |
bool | ShowVfbAddDenoiserREToSceneButton [get, set] |
Show the "Add Denoiser to the scene" button. Disabled by default. | |
bool | ShowVfbAddLightMixREToSceneButton [get, set] |
Show the "Add LightMix to the scene" button. Disabled by default. | |
bool | ShowVfbButtonCopyToHostFrameBuffer [get, set] |
Show the "Duplicate to host frame buffer" button. Disabled by default. | |
bool | ShowVfbButtonDebugShading [get, set] |
Show the "IPR Debug Shading" button. Disabled by default. | |
bool | ShowVfbButtonInteractiveStart [get, set] |
Show the "Start IPR" button. Disabled by default. | |
bool | ShowVfbButtonIPRPause [get, set] |
Show the "IPR Pause" button. Disabled by default. | |
bool | ShowVfbButtonIPRUpdate [get, set] |
Show the "IPR Update" button. Disabled by default. | |
bool | ShowVfbButtonTestResolution [get, set] |
Show the "Test Resolution" button. Disabled by default. | |
bool | UseDefaultVFBTheme [get, set] |
Disable to inherit parent application GUI theme. Enabled by default. | |
bool | UseVfbLog [get, set] |
Use the built-in VFB log. | |
VFBStyle | VFBDrawStyle [get, set] |
Drawing style for the VFB. | |
string | VfbLanguage [get, set] |
[OPTIONAL] A language code string telling the VFB which builtin language to load. Check VRay.RendererOptions.Language for supported languages. | |
Options to set up a VRayRenderer.