Inherits ICloneable.
|
CachedAssetsLimitTypeEnum | CachedAssetsLimitType [get, set] |
| What kind of asset cache limiting to apply, if any.
|
|
float | CachedAssetsLimitValue [get, set] |
| Value for the cache limit (hours or GB).
|
|
bool | ChangeCurrentDirectory [get, set] |
| Change the current folder to remoteScenePath, default: false.
|
|
bool | DR2AsDispatcher [get, set] |
| Whether the instance will act as a Dedicated Dispatcher. More...
|
|
int | DR2ConnectTimeout [get, set] |
| Initial connection timeout in seconds.
|
|
bool | DR2DisableUdp [get, set] |
| Whether UDP discovery should be disabled More...
|
|
string | DR2HttpProxy [get, set] |
| server:port connection parameter for http connections via proxy.
|
|
bool | DR2ListenOnIpv4 [get, set] |
| Whether to listen on IPv4 local sockets More...
|
|
bool | DR2ListenOnIpv6 [get, set] |
| Whether to listen on IPv6 local sockets More...
|
|
bool | DR2PipelinedUpstream [get, set] |
| Whether to use pipelining. Note pipelining will be disabled internally (even if requested) if a proxy is configured or is discovered between the client and a remote server. More...
|
|
bool | DR2RunLocalRenderServer [get, set] |
| (Dispatcher only) Whether the dispatcher should run a local render server More...
|
|
bool | DR2SecureConnection [get, set] |
| Whether SSL / TSL should be enabled for connections from / to this dispatcher / server More...
|
|
int | DR2UpstreamChannels [get, set] |
| Number of upstream connections, which the client side will use, when pipelining is not enabled.
|
|
int | DR2WorkerThreadsPerServer [get, set] |
| Number of worker threads per each server instance we start.
|
|
string | IncludePaths [get, set] |
| Semicolon separated list of file system paths to the folders containing scene include files.
|
|
bool | KeepSceneInMemory [get, set] |
| Do not write a temporary vrscene-file, keep the scene data in memory only, default: false.
|
|
bool | NoRenderLicensePreCheck [get, set] |
| Do not check if RenderNode license is available when creating the server (it's always checked when rendering is started), default: false.
|
|
int | NumThreads [get, set] |
| Number of threads to use for rendering (leave at 0 for all available).
|
|
bool | OverwriteLocalCacheSettings [get, set] |
| True to override any local cache settings on the render servers with the value from the client machine. Default: false.
|
|
string | PluginLibraryPath [get, set] |
| Alternative path to folder containing V-Ray plugins
|
|
int | PortNumber [get, set] |
| Which port to accept connections on (leave at 0 for default - 20207 (DR1) or 20209 (DR2)).
|
|
string | RemoteScenePath [get, set] |
| The folder in which the received vrscene-file will be written, default is the temp folder.
|
|
bool | RunAsLiveLink [get, set] |
| True to use the underlying renderer as a dr/live-link interface. Default: false.
|
|
Options to set up a VRayServer.