Page History
...
If you want to enable motion blur, set the SettingsMotionBlur
plugin on
parameter to 1. It also has the geom_samples
parameter that affect quality, but may cost a lot of render time if increased. It should equal the number of geometry samples in the geometry data if it is non-static. Note that this plugin (SettingsMotionBlur
) conflicts with CameraPhysical
.
The SettingsLightLinker
plugin allows you to define include or exclude lists for lights and objects, so that for example specific lights do not affect some objects etc. Refer to the plugin parameter metadata for explanations.
...
If you are not using CameraPhysical
for depth of field, you can use SettingsCameraDof
instead. Note that this plugin (SettingsCameraDof
) conflicts with CameraPhysical
.
on
- Set to true to enable DoF.aperture
- The size of the camera aperture in scene units. Note that increasing this number corresponds to decreasing the physical camera's F-number.focal_dist
- Distance from the camera to the focus plane in scene units.
...