Blender 4.2 LTS: Cycles¶
Ray Portals¶
The Ray Portal BSDF transports rays to another location in the scene, with specified ray position and normal. It can be used to render portals for visual effects, and other production rendering tricks. (PR#114386)
See the documentation for details and example node setups.
Thin Film Interference¶
The Principled BSDF now supports physically accurate thin film interference effects for specular reflection and transmission. (PR#118477)
Initially, this is only applied to dielectric materials, support for metallic thin film effects is planned later. Similarly, the effect is not yet supported by EEVEE.
Shaders¶
- Principled Hair with the Huang model now provides more accurate results when viewing hairs close up, by dynamically switching between a near and far field model depending on the distance. (PR#116094)
- Subsurface Scattering node now has a Roughness input, matching the Principled BSDF. (PR#114499)
Denoising¶
- Upgrade OpenImageDenoise to version 2.3, with improved denoising quality.
- GPU acceleration is now enabled on AMD GPUs on Windows and Linux.
- CPU renders can now also use GPU accelerated denoising. (PR#118841)
The denoiser uses GPU device configured in the User Preferences. The side-effect of this is that OptiX denoiser requires having OptiX compute device configured in the preferences.
Sampling¶
- Blue noise dithered sampling to improve the visual quality of renders. This mainly helps when setting the maximum number of samples to a low number, and for interactive viewport renders. New files use this mode by default, while existing files can be changed in the Sampling → Advanced panel. (PR#123274)
Classic | Blue Noise | |
---|---|---|
Raw | ![]() |
![]() |
Denoised | ![]() |
![]() |
- Improved volume light sampling, particularly for spot lights and area light spread. (PR#119438) (PR#122667)
Other¶
- World Override option for view layers. (PR#117920)
- Intel GPU rendering now supports host memory fallback. (PR#122385)
Drivers 101.5518-101.5525 and 101.5768 and higher are currently recommended for this feature. (#124763) - GPU kernels are now compressed, reducing Blender installation size. (PR#123557)
- Motion Blur settings are now shared with EEVEE. (74b8f99b43)
- Embree has been updated to 4.3.2 (PR#122242) which relies on more driver components to provide Hardware Ray-tracing:
Intel GPU users on Linux should ensure intel-level-zero-gpu-raytracing package is installed as mentioned in the documentation.