Page History
...
A general note on settings plugins: when you create a new Renderer object there are no instances of them, so you will need to create them before changing parameters. If you start rendering the AppSDK will create a SettingsOutput
and if the render mode is RT it will create SettingsRTEngine
. On the other hand, if you're loading a scene from file, it will have instances of most (but not all) settings plugins and you need to use them. This is because every time V-Ray exports a vrscene file it automatically writes out the settings even if they are at default values.
Info | ||
---|---|---|
| ||
Starting with version 1.09 nightly builds after June 14th 2016, the VRayRenderer class includes the method |
6.1. Image and region size
...