tornavis/source/blender
Clément Foucault ab7505c7ce EEVEE-Next: Disable distant light if world contains absorption
This restrict the usage of distant light if the world shader
contains absorption phenomenon.

Why this is needed is described in #114062.

At the same time, this removes the parameter for enabling
volume light as this is now an auto-detected optimization.

This also contains a few small cleanups.

Pull Request: https://projects.blender.org/blender/blender/pulls/115284
2023-11-24 13:51:07 +01:00
..
animrig FIx: memory leak when inserting keys 2023-11-24 13:07:09 +01:00
asset_system Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
blendthumb Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
blenfont VFont: Use BLF for font & glyph loading 2023-11-23 18:12:04 +01:00
blenkernel VFont: Use BLF for font & glyph loading 2023-11-23 18:12:04 +01:00
blenlib Cleanup: BLI: add assertion for uninitialized boolean in IndexMask.from_predicate 2023-11-24 10:30:18 +01:00
blenloader Fix: Failing bf_io_wavefront_obj_tests test 2023-11-23 21:49:28 +01:00
blentranslation Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
bmesh Mesh: Move sculpt mask to a generic attribute 2023-11-20 17:42:01 +01:00
compositor Realtime Compositor: Rewrite inpaint node 2023-11-22 13:23:02 +01:00
datatoc Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
depsgraph Cleanup: Use C++ types for crazyspace deform storage 2023-11-16 18:29:52 +01:00
draw EEVEE-Next: Disable distant light if world contains absorption 2023-11-24 13:51:07 +01:00
editors Fix: Inserting keys no longer sets the FCurve channel color 2023-11-24 13:05:10 +01:00
freestyle Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
functions Cleanup: reduce boilerplate for equality operators for structs 2023-11-20 09:39:13 +01:00
geometry Cleanup: Return Bounds type directly in mesh to volume code 2023-11-19 16:57:13 -05:00
gpencil_modifiers_legacy Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
gpu Vulkan: Pipeline Cache 2023-11-24 13:28:09 +01:00
ikplugin Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
imbuf Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
io Hydra: Parallelize and simplify submesh export 2023-11-21 23:40:54 +01:00
makesdna Fix: Inserting keys no longer sets the FCurve channel color 2023-11-24 13:05:10 +01:00
makesrna Fix: Inserting keys no longer sets the FCurve channel color 2023-11-24 13:05:10 +01:00
modifiers Fix: bevel weights in Simple mode of Solidify 2023-11-22 13:42:01 +01:00
nodes Geometry Nodes: add two inputs in Index Switch by default 2023-11-24 09:57:38 +01:00
python Cleanup: Make format 2023-11-23 15:09:36 -08:00
render Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
sequencer Fix #114982: Crash when rendering scene strips 2023-11-23 04:29:09 +01:00
shader_fx Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
simulation Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
windowmanager Cleanup: Move several blenkernel headers to C++ 2023-11-16 11:41:55 +01:00
CMakeLists.txt